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_2_3_4_5;
document.getElementById("demo").innerHTML = num;