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.
yeah, you're right, this bugged me for a while too, but I finally figured this out after a little online searching and the satisfaction of passing all the tests was soooo good.
This comment is hidden because it contains spoiler information about the solution
JS
I have to agree with you, it took me a while to figure out what the problem methods should be returning, since the description wasn't clear and even then it still shows
Unspecified AssertionError
after running the tests. If you have solved this kata, please let me know how you passed all the tests. Thank you.