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

Smartphone icons created by Freepik - Flaticon

JS Numbers

ES2021 intoduced the numeric separator (_) to make numbers more readable:

const num = 1_000_000_000;
document.getElementById("demo").innerHTML = num;