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 Foundations Arrays Getting and Setting

charles smith
PLUS
charles smith
Courses Plus Student 3,322 Points

I don't quite understand the question.

I don't quite understand the question. I think it needs to be rewritten clearer

2 Answers

They are trying to re-emphasize the importance of understanding 'indexing' in an array. This a common pitfall. Maybe it should not have the number in the brackets. Maybe it should say, "fill in the appropriate index." Well, I hope I'm not wasting your time with this explanation. You need to change the '3' to '2' (of course without the added quotes :-) ). Your counting should begin with zero...then one...then two.(ie. the third "thing-a-ma-gig") It may sound silly but there is a good reason for this. Zero is an actual thing. It does not mean 'nothing'. It is an entity of itself (without going into details about how computers enumerate).

charles smith
PLUS
charles smith
Courses Plus Student 3,322 Points

Thanks, I ended up figuring it out I just thought the question should have been written differently