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