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.
I didn't realize that using console.log on Codewars would show you your log as well as run your code. New here, as you can see. Thanks for the tip.
console.log
I learned a lot from this one. It would be nice to see what the inputs are when the tests are failing, but having to guess led me to do some research I wouldn't have otherwise done.
I'd love to tell you, but I have not 'earned' access to see the code.
This is magic. Would anyone be kind of enough to explain what's going on in this code? Especially the recursive part?
thanks :)
This kata was challenging for me, but I enjoyed it very much and learned a lot. Also, I think this one was very well crafted. A complex problem to solve, but not because it was hard to figure out what the problem was asking for. Well done.
This is very impressive. I hope to eventually to be able to work with regexps like this.