Quiz on Hashes

Take a quiz on some hash concepts.

We'll cover the following

Quiz scenario

Consider a hash named dictionary that’s defined as follows:

dictionary = {
:one => 'uno',
:two => 'dos',
:three => 'tres'
}

Answer the following questions about this hash.

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy