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