Mega Code Archive

 
Categories / JavaScript DHTML / Javascript Objects
 

Abs() Example

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