Manipulating Arrays in JavaScript
Learn how to create an Array, access one of its elements, and obtain its size.
We'll cover the following
In JavaScript, an array is an object that has special properties.
Creating an array
Here’s how to create our list of movies in the form of an array.
Get hands-on with 1400+ tech skills courses.