Skip to content
@ergocell

Ecofirma Power Systems Ltd

Ecofirma Power Systems Ltd, a trusted global leader in emerging Oil and Energy market, is a biofuel producer, equipment manufacturer, project developer & EPCI

Popular repositories Loading

  1. Solution-for-this-javascript Solution-for-this-javascript Public

    Code sample JavaScript 1 function find_max(nums) { 2 let max_num = Number.NEGATIVE_INFINITY; // smaller than all other numbers 3 for (let num of nums) { 4 if (num > max_num) { 5 // (Fill in the mis…

Repositories

Showing 1 of 1 repositories
  • Solution-for-this-javascript Public

    Code sample JavaScript 1 function find_max(nums) { 2 let max_num = Number.NEGATIVE_INFINITY; // smaller than all other numbers 3 for (let num of nums) { 4 if (num > max_num) { 5 // (Fill in the missing line here) 6 } 7 } 8 return max_num; 9 } Can you answer this correctly? num = max_num

    ergocell/Solution-for-this-javascript’s past year of commit activity
    0 0 0 0 Updated Apr 3, 2019

Top languages

Loading…

Most used topics

Loading…