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.
.
.
yeah, I know. Unfortunately, there's nothing that can be done about that... :/
Not an issue.
Actually what you're facing is that you print way too much things to the console and that is what makes fail your code (for now, at least). This kata is demanding about performances and present some difficulties in that it's sometime difficult to see what is causing failure because the debugging print statments can make fail yor code by themselves.
Some inputs contain several millions of characters.
Because they're frozen.
It's a
3kyu
, so it's not going to be this simple ;-)You are in the correct direction
There are only 17 lines of codes, you do not need to walk through the whole spec.
ECMA-262 is always your friend ;-)