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 comment is hidden because it contains spoiler information about the solution
I experimented using the test console. MORSE_CODE['...---...'] === 'SOS'.
Thanks for the response.
How do I access the MORSE_CODE dictionary in js?
You're right. I found the replace(/ /g,'#') suggestion below which helpeed me debug this. Always learning! Thanks.
This is frustrating - I can't see any difference between my result and the text case expected, and yet it's failing. Did we get anywhere with those white space tips?
Good spot S003. Tidy answer.
No love for the semi-colon?
Nice - the bare bones.
This seems like a well written, neat, understandable solution.
Yep, love the destructuring. I didn't know you could use it to pull the data only out of the object in that way.