Ad
  • Custom User Avatar

    Thank's! I saw it after submitting( It was my first Object Kata, so I tried all stuff to make it. And was very happy when all the test passed!)

  • Default User Avatar

    Your loop here has no effect. You're not even using the value of key. If you remove the loop this will still work because you are returning the value of Languages[language] when language is a key in your object and defaulting to english in all other cases.