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.
You just taught me how to use reduce, thank you!
I think this solution is not what a beginner would provide
neat and concise
great ! i hadn't thought of it
perdon no se bien todavia commo usar codewards
Use spoiler flag next time.
This comment is hidden because it contains spoiler information about the solution
Simple and clear ;)
to ensure case insensitivity
This comment is hidden because it contains spoiler information about the solution
genius well done genius
Interesting we both used the same literate composition style. Our solution reads cleanly.
You are right. I was just being lazy and didn't want to type the extra braces.
Don't you think it may be more readable if you used string interpolation instead of concatenation?