JS

JavaScript Fundamentals 3 - Javascript functions M...

28.

Which of the following functions allows you to round a number to the nearest whole number in JavaScript?

Math.ceil()

Math.floor()

Math.round()

Math.random()