Mega Code Archive

 
Categories / JavaScript DHTML / Javascript Objects
 

Max() Example

<html> <body> <button onclick="alert(Math.max(1, 2));">Math.max(1, 2)</button> </body> </html>