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 Creating Arrays

Herb Bresnan
Herb Bresnan
10,658 Points

The array constructor?

I understand it is a bad idea to use the array constructor in your code. But Jim said it could be useful and we may see it. Using the example in the video, var a = new array(50); In what situation would it be useful to have an array with x number of undefined values?

1 Answer

Nguy峄卬 Th脿nh C么ng
Nguy峄卬 Th脿nh C么ng
11,880 Points

I think you will see it soon if you start building a website. Because of complicated, it not easy to example for you right now.