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