JS

JavaScript Fundamentals 1 - Javascript math functi...

27.

What is the result of the Math.abs() function in JavaScript?

It returns the square root of a number.

It returns the absolute value of a number.

It returns the largest integer less than or equal to a given number.

It returns a random number between 0 and 1.