That's it! We can access an element by putting its position, or index, in brackets after the array's name.
Psst: arrays are zero-based, which means the first element has an index of 0
, the second an index of 1
and so on.
Oh noes! Aren't parentheses used with methods and not arrays?