From http://www.w3schools.com (Copyright Refsnes Data)
JavaScript Number Object
The MIN_VALUE property returns the smallest (positive) value that may be used in JavaScript.
This constant has actual value 5 x 10-324.
| Number.MIN_VALUE |
ExampleReturn the smallest possible value in JavaScript:
The output of the code above will be:
Try it yourself » |
JavaScript Number Object
From http://www.w3schools.com (Copyright Refsnes Data)