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.
inverted test cases does explain the discrepancy in example provided and expected result. shouldn't this be fixed though?
Description seems to contradict test cases - For example, the string "This website is for losers LOL!" would become "Ths wbst s fr lsrs LL!".
Test fails with the following:
Expected: "Ths wbst s fr lsrs LOL!"
But was: "Ths wbst s fr lsrs LL!"