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.
Nice use of recursive functions on this one. Kudos.
Works great now. Thanks!
There is a problem with the tests. I get "0 test passed, 0 test failed". I'm unable to submit my code.
Unlike other Katas, Test.expect is only given two arguments (condition,cmd) instead of three (actual,expect,cmd). I believe this may be the problem.
I tried to override Test.expect to hack the execution to feed it 3 args, but it didn't seem to work around the problem...