Great! Now, how might we go about adding key-value pairs to a hash?

Ta-da, we've added a key-value pair: a string key that points to a boolean value.

Psst: did you notice how the output places a => sign between key-values pairs? Well, we can also use this so-called rocket sign to create hashes.

Might it be that we've already used that key?