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

Smartphone icons created by Freepik - Flaticon

Number Object Properties

MAX_SAFE_INTEGER

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