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 comment is hidden because it contains spoiler information about the solution
It's cool, I do the same. I don't know why this is not the best practice, because of readable?
What do you suggest?
Very nice but could be compressed down a bit more, but all in all, it's good!
Added across all languages
This comment is hidden because it contains spoiler information about the solution
Because converting more than 1 letter to upper case is more computationally expensive than converting 1 letter to upper case.
how so? /genq
Oh I think this one is my favourite!
I did the same thing but didn't think to update the argument within the definition of the for loop.
Hey, just curious. How was your journey?
Not sure what you're trying to say. But this solution is wasteful.
strings are immutable, there's no differece converting the whole name or fisrt char if youre not reassociating.
Oh, I didn't know about the difference. Thanks for that.
well done then
Loading more items...