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