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 trialNathalie Agnekil
6,665 PointsWhy isn't my code working?
I can't find what's wrong... (Ignore the comments, just for my own remembering)
2 Answers
Felipe Giovanni de Moura Santos
23,702 PointsWhat's up Nathalie...
You forgot to use single quotes inside the join function.
person.skills.join(', ')
A tip: Start using Chrome Dev Tools. By opening the browser with your code, it will return a SyntaxError and show you where it is.
Nathalie Agnekil
6,665 PointsThanks, I used it right after and found it, haha! So stupid not to use it in the first place..
Felipe Giovanni de Moura Santos
23,702 PointsSuper normal mistake. Don't worry...