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