So we've got hash basics down to a tee. Let's try our hand at some methods!

We're familiar with the each method when it comes to arrays but it works a little differently for hashes.

Wowzers! We have to use two of those placeholder variables because the key-value pairs in a hash consist of two parts: a key and a value.

Huh! Might we need both of those temporary variables?