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.
The best way! I keep forgetting that I don't need to explicity write true and false because the comparison operator always does that automatically for me.
lgfm
Interesting...
I think this is the best way to do it, readable and effecient.
Well done!
we can use shorter variable names
Great!
No semicolon ftw 💪
I thought of this, but i felt like a cheat to me, so i tried another method
How do you think I can improve this?
It's not optimized and not clever solution.
Not working
Well I prefer to create two separate functions instead of one but bigger. First one - capitalizeFirstLetter(string) and second one which uses it while mapping. That makes it more clear in my opinion.
Description updated.
How would this work if the number has a zero in it, e.g. "404" => 44
The instructions should specify that "y" is not considered a vowel in the test cases.