Object Creation
Intermediate
Javascript
25 XP
📋 Challenge
Create an object representing a person with name, age, and city properties.
Log the object to see the output.
✅ Expected Output
{ name: 'Alice', age: 30, city: 'New York' }
💡 Need Help?
Click to reveal hints one at a time.
Your Progress
Status: Pending