javaScript Math.ceil will return the minimum integer number greater than the value provided. Math.ceil(4.2) will return 5. See the code snippet:
Math.ceil
Math.ceil(4.2)