MAX_VALUE < Number < JavaScript
The Number MAX_VALUE static property represents the maximum numeric value representable in JavaScript.
console.log(Number.MAX_VALUE);
// 1.7976931348623157e+308
The Number MAX_VALUE static property represents the maximum numeric value representable in JavaScript.
console.log(Number.MAX_VALUE);
// 1.7976931348623157e+308