Number.POSITIVE_INFINITY

POSITIVE_INFINITY — Returns positive Infinity.

Description

Number.POSITIVE_INFINITY

Examples

Example #1 – POSITIVE_INFINITY example
console.log(Number.POSITIVE_INFINITY); // Infinity

See also

External references