Charles_Poore
Member since
Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
new operator |
When testing the final bit of code (car2.owner.name) in my console, it returned undefined. The correct code that worked was: car2.owner, which returns the owner's name. |