Do you remember when we talked about methods for strings?

There are lots of methods for arrays, too. Let's find a method to add another value to the treasure array!

Woot woot! The push method adds whatever is in between the parentheses to the end of the array.

Wait, do we really want to delete "silver"? It's not even in the array yet, is it?