...
Arrays
In this lesson, we define arrays and their methods in JavaScript!
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.
Preview Free Lessons