As with arrays, keys and values in hashes can be of any data type.

How great is that? We can use strings and numbers as keys and values. By putting the key in between brackets, we can access the value it points to.

Psst: unless we wrap them in quotation marks, we can't use keywords like for or if as keys, though.