Mega Code Archive

 
Categories / JavaScript DHTML / Javascript Objects
 

Floor() Example

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