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.

Salma Yarista
4,595 PointsI wonder why my script doesn't work. The Bummer suggests the use of [] and a number.. Well I already have done that
I wanted to access Nick, the 4th item in the array. This is my code:
var players = ['Jim', 'Shawna', 'Andrew', 'Lora', 'Aimee', 'Nick']; console.log (players[5])
2 Answers

Abdul Qadir
3,297 PointsYea, that should be it then. Reload the console, maybe that should fix itself.

Abdul Qadir
3,297 PointsWorks for me, what error do you get exactly?

Salma Yarista
4,595 PointsThis is what I got: "Bummer: There was an error with your code: SyntaxError: Parse error"
But tbh if I tried it in another working space, it works just fine. So maybe the trouble is in the Treehouse console