Mega Code Archive

 
Categories / JavaScript DHTML / Javascript Objects
 

Round() Example

<html> <body> <button onclick="alert(Math.round(1.33));">Math.round(1.33)</button> </body> </html>