What is the purpose of the Math.ceil() function in JavaScript?
Math.ceil()
Rounds a number up to the nearest integer.
Rounds a number down to the nearest integer.
Rounds a number to the nearest integer.
Returns the absolute value of a number.