This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size. Tap Here!Smartphone icons created by Freepik - Flaticon
Display the Boolean value of NaN:
let x = 10 / "Hello"; document.getElementById("demo").innerHTML = Boolean(x);