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.
chatgpt (not to be offensive)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
spoiler flag please! :/
This comment is hidden because it contains spoiler information about the solution
genious! :D
Nice use of recursion. This inspires me to practice it more.
Congratulations on passing all the tests, but the statement says to remove digits and characters from %$&/£?@ only.
It's nice and short, but not what I'd call "Best Practices".
nice
You saw it to Florin Pop, right? hahaha
I never knew about that. Thanks!
good
I've made almost the same solution! 🦾
wow i've got almost the same solution!
I see a lot of coding solutions that are just a few lines and involve lots of complex thinking and computing that others who look at the code may struggle to understand (including me), but this isn't that complex at all in my opinion, you're simply just creating an array of letters from the alphabet, then checking if each letter is included in the input string using the every() method, I think its very efficient if anything. I think even someone using another language could probably understand whats going on since even the method names used are very intuitive.
Loading more items...