Question: Modify the function to return the largest number in the given array function getLargestNumber(numbers){ } /* Do not modify code below this line*/ const largestNumber
Modify the function to return the largest number in the given array
function getLargestNumber(numbers){
}
/* Do not modify code below this line*/
const largestNumber = getLargestNumber)[1, 9, 5]);
console.log(largestNumber , ‘<-- should be 9’);
Step by Step Solution
3.35 Rating (164 Votes )
There are 3 Steps involved in it
The question is incomplete it is missing a closing bracket in the function call getLargestNumber1 9 ... View full answer
Get step-by-step solutions from verified subject matter experts
