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.
Should probably include more manual tests for varying scenarios:
e.g:
When it is impossible to figure out the entire current hand, solution could be padded with '?' or undefined values.
Also the current manual test case should be split up into separate tests:
it("should return empty list on empty input", ...);
and so on.
CoffeeScript version doesn't support spread operator due to old language version