...

/

Other Types as Hash Values

Other Types as Hash Values

Learn how to use any type for key-value pairs as hash values.

We'll cover the following...

Different types of key and value

In the previous lesson, we figured out that hash is a set of key-value pairs, where the key is usually a symbol or string and the value is an ...