Exercise:Create an object called person with name = John, age = 50. Hint: Create an object with the var keyword, followed by a name and an "=" sign.
|
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|