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.
Voted as a best practice. I solved this Kata using RegExp, but in my opinion, this solution is more perfomance. Performance was one of the requirements for the solution, as I understand it
Hi! As I see, in this solution digit 8 not following the beginning of the string, replaces by ' ', am I right?
Espanita, the idea to split using the odd numbers is great! Thanks!
I put Clever for minifying the code, but I don't think it's a good idea to write part of the function body into the argument list
I agree that this is exactly the best practice. Voted
ashelkov, your solution is brilliant!
Can you explain, what does mean a '+' character in this record: '+args[i + 1]' ? Thanks!
Nice Kata, thanks!