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.
because of this code i now understand what this codes do unlike from the first one it is readable for beginners like me
yess
Nice use of recursive functions on this one. Kudos.
Works great now. Thanks!
You don't! If you were having issues, please not that CodeWars seems to have made some changes. I revised the kata and it should work for you now.
CodeWars seems to have made some changes. I revised the kata and it should work for you now.
CodeWars seems to have made some changes. I revised the kata and it should work for you now.
CodeWars seems to have made some changes. I revised the kata and it should work for you now.
CodeWars seems to have made some changes. I revised the kata and it should work for you now.
CodeWars seems to have made some changes. I revised the kata and it should work for you now.
CodeWars seems to have made some changes. I revised the kata and it should work for you now.
CodeWars seems to have made some changes. I revised the kata and it should work for you now.
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...