Max number: get max number from two inputs
<html> <body> <script type="text/javascript"> document.write(Math.max(2,4)) </script> </body> </html>