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

Smartphone icons created by Freepik - Flaticon

JS Objects

To test if an object does not exist, test if the type is undefined:

document.getElementById("demo").innerHTML = typeof myObj === "undefined";