- 
                                Arrays provide a way to store multiple pieces of information. An array is a list of values: numbers, strings, boolean values, or even other arrays. In this course, you'll learn the basics of using arrays as data structures. 
- 
                                        Store Multiple Values in an ArrayLearn the basics of arrays, a common data structure for holding multiple pieces of information. Chevron 11 steps-   What is an Array?4:35 
-   Create an Array2 objectives 
-   Access Elements in an Array3:04 
-   Access Array Elements by Index2 objectives 
-   Review Array Basics5 questions 
-   Add Elements to an Array4:10 
-   Add Elements to an Array2 objectives 
-   Remove Elements From an Array4:17 
-   Remove Elements From an Array2 objectives 
-   Copy and Combine Arrays with the Spread Operator7:18 
-   Review Adding, Removing, and Copying Array Elements6 questions 
 Loop Through ArraysLearn how to access and manipulate items in an array using loops. Chevron 8 steps-   Using a 'for' Loop to Iterate Over an Array3:49 
-   Loop Through an Array6:04 
-   Loop Through an Array1 objective 
-   Useful Array Methods4:15 
-   Array Methods2 objectives 
-   Search for a Value in an Array3:45 
-   Locate and Join Array Elements4:57 
-   Review Array Methods and Iterating5 questions 
 Multidimensional ArraysYou can place an array within an array, even create an array that contains nothing but other arrays. An array inside an array is called a "multidimensional array". Chevron 7 steps-   What is a Multidimensional Array?3:29 
-   Create a Multidimensional Array5:32 
-   Create a Multidimensional Array3 objectives 
-   Build a Quiz Challenge1:48 
-   Build a Quiz Challenge – One Solution5:10 
-   Improve the Quiz – One Solution4:28 
-   Review JavaScript Arrays5 questions 
 
-