'round()' Example : Math « Javascript Objects « JavaScript DHTML
- JavaScript DHTML
- Javascript Objects
- Math
'round()' Example
<html>
<body>
<button onclick="alert(Math.round(1.33));">Math.round(1.33)</button>
</body>
</html>
Related examples in the same category