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.
oh. oh this is incredibly elegant. my brain thinks too long haha
Haha. Glad you enjoyed it and love the feedback <3
No apology necessary. I do that by mistake all the time :)
this solution belongs to cave.on, i was testing it by mistake and submitted it. apologies.
Bro, i do LOVE your solution! Nice usage example of right sided reduce! Allows you not keeping the last occured index of char, this both with keeping the appearance order of object map keys make this code such elegant! Respect <3
That's a problem with your code, not a kata issue, please read this: https://docs.codewars.com/training/troubleshooting
You're creating a too big array, there is no need for that. Rethink your code.
This comment is hidden because it contains spoiler information about the solution