'ceil()' Example
<html> <body> <button onclick="alert(Math.ceil(1.1));">Math.ceil(1.1): CEIL</button> </body> </html>