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

Smartphone icons created by Freepik - Flaticon

JS Variables

Subtracting a string from a string, does not generate an error but returns NaN (Not a Number):

document.getElementById("demo").innerHTML = "Hello" - "Dolly";