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 non-numeric string becomes NaN (Not a Number):

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