In this lesson we'll start learning about the object data types, beginning with arrays. Arrays are basically an ordered list of values. These values can be of any data type, so our array can be made up of numbers, strings, booleans, and even other arrays. In this lesson we learn all about how to write and use them. 0:00 - Intro/Quick review 1:02 - What is an array? 1:22 - Creating our first array 2:05 - Accessing an array 3:05 - Adding a value 3:37 - Deleting a value 5:15 - Replacing a value 6:15 - Creating a multi-dimensional array 7:25 - Lesson summary 8:07 - Tasks 10:14 - Coming up next/Outro