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

Smartphone icons created by Freepik - Flaticon

JavaScript Numbers

The typeof NaN is number:

let x = NaN;
document.getElementById("demo").innerHTML = typeof x;