Pretty slick. As arrays begin with the index [0], to access the second value we use the array name followed by [1].
[0]
[1]
Close! Arrays start at an index [0], so to get the second value we need access the value at index [1].