So, what if we want to get a specific value out of this shiny array?

You probably remember that arrays are ordered by an index, right? How would we go about printing "jewels"?

Sweet! We can ask Ruby to look in the treasure array at the index of 0 and return the value that lives there.

Psst: like in most programming languages, indices in Ruby start at 0.

Not the output you expected? What other number can we try?