Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This document explains how to maintain code formatting when posting code HERE
Could it be possible that you are returning your string with an extra space at the end?
How do you call the dictionary in Javascipt?
Javascript: CHAR_TO_MORSE
Ruby: $CHAR_TO_MORSE
Pyhton: CHAR_TO_MORSE
Not sure which language you're using, but for Ruby it looks like the variable is $CHAR_TO_MORSE.
The dictionary is simply an object called CHAR_TO_MORSE that holds values and their equivalents. So call upon it as you would a regular object.
You cannot view the tests without completing for forfiting the kata but what you could do is log the variables to the console window?