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

Smartphone icons created by Freepik - Flaticon

JS Numbers

BigInt typeof

The typeof a BigInt is:

let x = BigInt("9999999999999999");
document.getElementById("demo").innerHTML = typeof x;