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 Loops, Arrays and Objects Tracking Data Using Objects Accessing Object Properties

Why isn't my code working?

I can't find what's wrong... (Ignore the comments, just for my own remembering)

https://w.trhou.se/g9jnt2yw9m

2 Answers

What'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.

Thanks, I used it right after and found it, haha! So stupid not to use it in the first place..

Super normal mistake. Don't worry...