Exercise:

Create an object called person with name = John, age = 50.
Then, access the object to display "John is 50 years old".

Hint: Create an object with the var keyword, followed by a name and an "=" sign.
Put the properties and values inside the {}; signs

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com