...

/

Exercise 3: Playing with words

Exercise 3: Playing with words

Work your way around with Hashes!

Problem Statement

You are given two hashes as below:

languages = {
  :de => 'German',
  :en => 'English',
  :es => 'Spanish',
}
dictionary = {
  :de
...

Create a free account to access the full course.

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