Arrays

In this lesson, we define arrays and their methods in JavaScript!

Introduction #

In JavaScript, an array is an ordered sequence of heterogeneous elements. In other words, an array can hold elements with different data types.

Note: Array is a special kind of object in javascript.

Initializing an Array #

Access this course and 1400+ top-rated courses and projects.