This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
MAX_SAFE_INTEGER
9007199254740991
let x = Number.MAX_SAFE_INTEGER; document.getElementById("demo").innerHTML = x;