JS

Functions in JavaScript - Max function in JavaScri...

7.

What does the Math.max() function do in JavaScript?

Returns the sum of all the numbers in an array.

Returns the maximum value from a string of numbers.

Returns the index of the largest element in an array.

Returns the largest of the given numbers.