POSITIVE_INFINITY < Number < JavaScript
The Number POSITIVE_INFINITY static property represents the positive Infinity value.
console.log(Number.POSITIVE_INFINITY);
// Infinity
The Number POSITIVE_INFINITY static property represents the positive Infinity value.
console.log(Number.POSITIVE_INFINITY);
// Infinity