This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
You can use the global JavaScript function isNaN() to find out if a value is not a number:
let x = 100 / "Apple"; document.getElementById("demo").innerHTML = isNaN(x);
Returns true because x is Not a Number