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.
Clever, especially since the description said to write it the same way or else it may not work. Niceeee
I like how Best Practices and Clever buttons are useless cause here we see ppl think using eval (which is banned/discouraged everywhere) is kinda cool.
Great
Doh! Why didn't I think of that!
and I thought mine was clever..
I'm still learning, but I assume this would be more expensive since we're creating a copy of the array using the spread syntax, right? Using the every method, would be O(n) at worst. While if we use this spread syntax itself would already be O(n) on top of another O(n) from the Math.max
sweet
you & me both pal haha
Love this one!
I personally would choose to go with 'name' instead of 'value' for the filter element name. I like the variable name to represent the data being worked with!
Nice way to solve
Such a cool!
I like this
Thank you. I just needed fresh head to understand it
This comment is hidden because it contains spoiler information about the solution
Loading more items...