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

Smartphone icons created by Freepik - Flaticon

JavaScript Numbers

Number can be written with or without decimals.

document.getElementById("demo").innerHTML = 10.50;

When a person looks at the source code for this page they will will see, where the JS data is inserted, <p id="demo"></p> is blank.