Working With the Array Type
In this lesson, we'll cover the array type in JavaScript. Let's begin!
We'll cover the following...
If JavaScript has a jolly joker type beside Object, that is the Array type, without a doubt.
Just like in most programming languages, Array holds an ordered list of data, or a collection of items that can be indexed with an integer.
However,
JavaScript arrays are much more flexible than arrays in ...
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy