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 - Challenge task 2 of 2

I'm having problems with this seemingly easy task, not sure what's going wrong as I can make it work by testing it elsewhere: I'm trying to set index 31 to 'treehouse', but when I add:

var myArray[30] = "treehouse";

I get a task 1 is no longer working message. Any idea's?

3 Answers

Zen Hess
Zen Hess
6,700 Points

Look again at your code. var myArray has already been established on "about line 18." This challenge is only asking you to define a 31st object of the array that exists within the variable myArray.

You are so, so close!

All fixed, thanks ;)

Zen Hess
Zen Hess
6,700 Points

Great! You're welcome :)