JS

Functions in JavaScript - round function in JavaSc...

9.

Which of the following is true about the Math.round() function in JavaScript?

The Math.round() function rounds a number to the nearest odd integer.

The Math.round() function rounds a number to the nearest even integer.

The Math.round() function rounds a number to the nearest integer.

The Math.round() function rounds a number to the closest multiple of 10.