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.
Understood.
Please use spoiler flag next time.
This comment is hidden because it contains spoiler information about the solution
Not always like that but in this test, yes.
Ah, I didn't realise it was being used like that, thank you for the clarification!
The input you are receiving in your "decode" function is the result ("output") of your encode function. Be sure there are no error in the test.
This comment is hidden because it contains spoiler information about the solution
I just tried: no problem. What is your input? Do you modify the given input?
I think the 17th test for JS might be corrupted somehow? The array that's being passed as an argument looks to be garbled:
[ 'ib z~ ~z} }~z', ' }~ ~~; m~', 'z} {~|z~ ', '~z} }~z. p ', 'z [ r~z (1865-1939)' ]
.This comment is hidden because it contains spoiler information about the solution
This was a nice one! My only commment is that the kata description asks you to write a function called
learnWord(word)
, but the Python test cases uselearn_word()