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