Min number: get the min number from two inputs : Math « Development « JavaScript DHTML






Min number: get the min number from two inputs

  
<html>
<body>

<script type="text/javascript">

    document.write(Math.min(2,4))

</script>

</body>
</html>


           
         
    
  








Related examples in the same category

1.Demo all math methods
2. Counting Rabbits (Calculating the Fibonacci Series Using a Recursive Function)
3.Math Round: round a number to the nearest whole number
4.Max number: get max number from two inputs
5.Using the Math Object
6.Math.max(inp1, inp2, inp3)
7.Math.min(inp1, inp2, inp3)
8.Math.random()
9.Math.round(rndNum)
10.Parenthesis for math statement
11.Using the const Keyword (Firefox only)
12.Calculate with Math.PI
13.Math Object Property Summaries