This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
The typeof operator returns the type of a variable or expression:
let y = "5"; let x = + y; document.getElementById("demo").innerHTML = typeof y + "<br>" + typeof x;