JavaScript coding challenge

Defining objects

āœØ Your Task

Define an object named person with the following attributes: šŸ‘‰ name: Peter šŸ‘‰ age: 33

āœļø JavaScript
šŸ‘‰ Press "Run" and check the result below.
Test cases
Person's name should be Peter
Person's age should be 33

Want to try another challenge?