Manipulating Arrays in JavaScript

Learn how to create an Array, access one of its elements, and obtain its size.

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 1200+ tech skills courses.