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; }
-
Notifications
You must be signed in to change notification settings - Fork 0
JamesWainaina/Math-problem
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published