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.
This is clever because you dont need regex to solve it this way and its very readable
That's just brilliant!
I vote clever because I did the same thing :P
i do the same !! nice
lower casing string 26 times could have been fixed easily
Great work!
Very similar to my solution but I didn't have to create any new array. I simply created a new string and append new results to the string while my loop runs!
I like this one, very similar to my solution. Nice work!
Hi there