Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Jonathan Söder
7,428 PointsCreate an object named paris
I mean, I just woke up but what is it that I'm not getting?? O.o
"Create an object named paris. To start, just create a new, empty object literal and assign it to the variable paris."
var paris {
}
Bummer! There was an error with your code: SyntaxError: Parse error
Thanks
3 Answers

. Ali
9,799 PointsHey Jonathan ..
Probably its the sleepy mind mate :) . Have a coffee first :D.. Creating a an object literal and assigning to the variable Paris
var paris = {}
Hope that helps

Million Asseghegn
3,845 Pointsvar paris ={
};

L Haney
Front End Web Development Techdegree Student 10,263 PointsMake sure you use the "var" keyword, instead of "let" or "const", or you will get marked wrong.
Jonathan Söder
7,428 PointsJonathan Söder
7,428 PointsOps, nvm, solved it. :x