Question: 1.Create an object called person with name = John, age = 50.Then, access the object to display John is 50 years old. I have written
1.Create an object called person with name = John, age = 50.Then, access the object to display "John is 50 years old. I have written some code here.
Hint: Create an object with the var keyword, followed by a name and an "=" sign. Put the properties and values inside the {}; signs
Note: Use getElementById() and innerHTML to display your output.
