'abs()' Example : abs « Javascript Methods « JavaScript Reference

'abs()' Example

    
<html>
<body>
<button onclick="alert(Math.abs(-10));">ABS</button>
</body>
</html>

    
      
      

Related examples in the same category

1.'abs()' Syntax, Parameters and Note
2.'abs()' is applied to