JS

JavaScript Fundamentals 3 - Javascript functions M...

29.

What is the purpose of the Math.max() function in JavaScript?

Returns the smallest number from a given set of numbers.

Returns the largest number from a given set of numbers.

Calculates the average of a given set of numbers.

Generates a random number between 0 and 1.