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