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.
Your code will be calling the inner function despite no arguments passed in due to how the conditional statement is setup, it should instead retrieve stored keys from the cache. (You already display the
key
to the console, so you should be able to read the logs and understand the reasoning)This comment is hidden because it contains spoiler information about the solution
JS: random tests are missing their
it
subfunctionthink about the kind of datastructure you need (and that's ofc not a 2D array)
Any tips to solve this question? Im stucked