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
Ah, I see now. I guess I'm just used to Katas having built-in test cases. Thanks.
Very weird, the "run tests" button didn't work. But the "submit" button works fine.
This comment is hidden because it contains spoiler information about the solution
I'm getting this error:
Expected: [4,5,1,2,3], instead got: [2,1,5,4,3]
I have no idea why, everything works correctly from what I can tell. This is my code: https://repl.it/CYOf
When running my tests for JS I got
Solution
should test for something
Expected: expected, instead got: actual
But it worked fine when I submitted it.