Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript JavaScript Basics (Retired) Introducing JavaScript The JavaScript Console

Lori Smith
Lori Smith
1,409 Points

Firefox gives a different error message.

Not really a question as I understand the lesson and the errors to be corrected. But the message I got on the JavaScript Console was: "Syntax error missing ) after argument list" Well, there were no parens missing in the code so this is a bit confusing when you want to debug.

It may be that if parenthesis are indeed there, there is a problem earlier in the code, perhaps the punctuation in your argument list, or an unterminated set of parenthesis above. In my experience the debugger is usually excrutiatingly correct about this kind of thing.