#20 JavaScript Arrays Part 1 (JavaScript Tutorials for Beginners to Intermediate)

#20 JavaScript Arrays Part 1 (JavaScript Tutorials for Beginners to Intermediate)

Arrays in JavaScripts (Part 1)

In this part of our tutorials on JavaScript, you will learn about the arrays. Arrays are a
group of items stored inside one variable. The type of arrays in JavaScript is object. So we
have no such type as array. We have covered several tutorials on the arrays in which you will
learn how to access different items inside of an array, create a subset of it. slice it, and so on.

Watch The Video on Youtube