This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.

Smartphone icons created by Freepik - Flaticon

JavaScript Numbers

The MAX_VALUE Property

The largest possible number in JavaScript is:

let x = Number.MAX_VALUE;
document.getElementById("demo").innerHTML = x;