an Array object let’s us store multiple values in a single variable. It stores fixed size sequential collection of elements of the same type. An array is used to store a collection of data, but it is often more useful o think of an array as a collection of variables of the same type.
[ ] is what you use to call or access the first element in an array.