Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

Ceil() Example

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