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 passed-in argument is always a number, so that cannot happen.
no, it' not
is this best pratice and recommended ?
good job guys but its not readable af
that was really great 🤯🤯🤯
This line of code
if (iterable[i] != iterable[i+1]) res.push(iterable[i]);
can result on out of bounds
eval is evil
Big brain!
This comment is hidden because it contains spoiler information about the solution
woooow, well done man!
Ok, this was a neat trick. Well done.
comparison of two strings
so what? it's supposed to do so
Chrono78 is right. Don't mutate the input and your code passes all tests.
You right Chronos79, thanks!
I fix them.
Loading more items...