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.
Using .size === 26 could be problematic without filtering for letters only. a sentence may include punctuation or numbers, which the Set will take as unique elements, potentially making .size === 26 as true or even .size > 26 even though not all letters are present.
I want to use it but i forgot its name and used methods ;(
so many array traversals
so clean
impressive
that's a good way to do it, thanks i learned something!
Теперь буду знать про every(
woahhhhhhhh that is amazing
This comment is hidden because it contains spoiler information about the solution
все правильно работает
This comment is hidden because it contains spoiler information about the solution
i agree for this solution. i'm never thinking this before. thanks
nice, clean!
could add it but null undefined etc are not booleans
The idea is that booleans only have two values. true and false. If the entered boolean is true it outputs "Yes" if the entere boolean is false it outpits "no" There isnt even any calculation required here. It just directly returns Yes or No depending on whats entered.
Loading more items...