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.
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.
I meant all tests: basic and attempt.
This comment is hidden because it contains spoiler information about the solution
You're mutating the input array, that's causing that error.
Loading more items...