This video talks about why you would want to use arrays, how to make arrays in different ways and provides code examples of these.
The length property of arrays is shown, as well as how you would use it to print all elements in an array. It also highlights the common error, ArrayIndexOutOfBounds.