This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
Integers (numbers without a period or exponent notation) are accurate up to 15 digits:
let x = 999999999999999; let y = 9999999999999999; document.getElementById("demo").innerHTML = x + "<br>" + y;