JavaScript Infinity
Example
Display a number that exceeds the positive infinity:
let y = x * 1.001;
Display a number that exceeds the negative infinity:
let y = x * 1.001;
Description
Infinity is a number that represents positive infinity.
-Infinity represents negative infinity.
A number reaches Infinity when it exceeds the upper limit for a number:
1.797693134862315E+308.
A number reaches -Infinity when it exceeds the lower limit for a number:
-1.797693134862316E+308.
Syntax
Return Value
Browser Support
infinity() is an ECMAScript1 (JavaScript 1997) feature.
It is supported in all browsers:
| Chrome | Edge | Firefox | Safari | Opera |