Skip to content

JamesWainaina/Math-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Math-problem

function find_max(nums){ let max_num = #Number .Negative_INFINITY; //smaller than other numbers for(let num of num){ if (num> max_num){ //fill in the missing line here) } } return max_num; }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages