Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed JavaScript Arrays!
You have completed JavaScript Arrays!
Preview
Learn how to add elements to an array, as well as return the number of elements inside an array.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
Because of that, you'll find that
there are many ways to work with them.
0:00
Now, I'll teach you three of the most
common ways to add elements to an array.
0:02
Let's start by visiting one of the best
sources of JavaScript documentation,
0:07
the Mozilla Developer Network or MDN.
0:11
Here, you'll find detailed information on
every aspect of the JavaScript language,
0:14
including this page on arrays.
0:19
In JavaScript, an array is not
only a type of data structure,
0:21
an array is also considered a special
kind of object that has properties and
0:24
methods you can use on it.
0:29
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up