Great! Each value in an array has a corresponding index number.
Remember the first element is at index [0], as there are four elements in total, we need to use [3] to access the last one.
[0]
[3]