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 trialSalma 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