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

Steve Cushing
Steve Cushing
2,343 Points

Why?

why do you put something that we "most likely" will not use, in a quiz? new Array (42). Also, where can I see the answers to the quiz(s)?

2 Answers

Eric Kidwell
Eric Kidwell
12,327 Points

Trust the teachers ;) And you'll know the right answer when you've gotten the right answer on quizzes :D

Understanding different implementations of a concept can help to understand the concept itself. If you ever need an array that has 42 empty indices, now you know how to do that!

I have no idea where to find the answers to the quiz, but your best bet is to go back through the video to find the answers you seek.