Math.ceil() - JavaScript | MDN - Mozilla Developer Network
The Math.ceil(x) function returns the smallest integer greater than or equal to a number "x". ... Summary The Math.ceil(x) function returns the smallest integer greater than or equal to a number "x". Syntax Math.ceil(x) Parameters x A number....