From http://www.w3schools.com (Copyright Refsnes Data)
JavaScript Number Object
The NEGATIVE_INFINITY property represents a value less than Number.MIN_VALUE.
This value is represented as "-Infinity".
| Number.NEGATIVE_INFINITY; |
ExampleIn this example we will use NEGATIVE_INFINITY:
The output of the code above will be:
Try it yourself » |
JavaScript Number Object
From http://www.w3schools.com (Copyright Refsnes Data)