This site is mobile accessible. Press the "Tap Here" button to use a different font-size.
Smartphone icons created by Freepik - Flaticon
// create myObj const myObj = {name:"John", age:30, city:"New York"}; document.getElementById("demo").innerHTML = myObj.name;