Arrays are a data structure we can use to collect together multiple other pieces of data. Essentially, it's like a box that holds things inside in a specified order.
Creating an array
Arrays are created simply by surrounding the pieces of data you want in the array with square brackets