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

Smartphone icons created by Freepik - Flaticon

JavaScript Numbers

A number divided by a numeric string becomes a number:

document.getElementById("demo").innerHTML = 100 / "10";

JavaScript will try to convert strings to numbers in all numeric operations like * (multiply), / (divide) and − (minus).