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.
So JavaScript just doesn't GET the ACTIONS item, while the other four languages do?
Also, is it "a constant" or "a function"? Documentation unclear, it's referred to as both.
Okay, preliminary testing has shown there's an ACTIONS in JS and it's a FUNCTION.
Let all future wayward travelers who pass this way know:
Here lies a coder who fought valiantly against the cruel whims of an inscrutable machine,
only to learn that some katas are not puzzles, but traps.
Farewell travelers. May your ACTIONS return predictable arrays, and your FEEDBACK ever be positive.
This comment is hidden because it contains spoiler information about the solution
Noted and fixed in my new kata.
no random tests
Good catch, just grabbing the .length of collection! Reduces the memory usage to constant space complexity.