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

1 Expert Approved Answer
Step: 1 Unlock

The question is incomplete it is missing a closing bracket in the function call getLargestNumber1 9 ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!