Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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 innerHTMI to display your output.
Display the result here. // Create the object here
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started