This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
const person = { firstName: "John", lastName: "Doe", age: 50, eyeColor: "blue" }; let id = Symbol('id'); person[id] = 140353; document.getElementById("demo").innerHTML = person[id] + " " + person.id;