// Number.MAX_VALUE returns the largest number possible in JavaScript. console.log(Number.MAX_VALUE) // output 1.7976931348623157e+308.