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.
what's up~ bro hhhh
The Spider has found you!!!
Use question label next time, suggestion label is for your suggestions on how to improve the kata test/description/etc.
I would look for trailing/leading spaces, when copied/pasted to discussion and not using proper markdown they're lost in the post.
I passed all tests except this:
Expected: equal to SOS! THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.
Actual: SOS! THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.
It seems I am missing "equal to" how can this be different from the previous tests? Any suggestions?
This comment is hidden because it contains spoiler information about the solution
it's because I sliced the string before sending it to the function
EDIT: without it, it would look like this
This comment is hidden because it contains spoiler information about the solution