Mega Code Archive

 
Categories / JavaScript DHTML / Development
 

Min number

<html> <body> <script type="text/javascript">     document.write(Math.min(2,4)) </script> </body> </html>