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.
Thanks for the neat kata!
Just a quick note: there’s a small typo in the test cases — “parram” should be “param.”
Also, the phrase “have to filled by two parram function pattern” could be clearer as “should be filled by a two‑param function pattern.”
Great concept overall!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
JS: users can modify the input (object).
JS: Node v12 should be used enabled along with its appropiate assertion tools (Mocha + Chai).
JS: No sample tests
Note that you did not provide any initial values, which is generally a bad idea if you're really about functional programming.
Needs random tests
This comment is hidden because it contains spoiler information about the solution
Please consider clarifying what to return when the 'pattern' is undefined in Javascript. It's not described in the description, so users have to blindly run test code to figure out a 'null' is required.
This comment is hidden because it contains spoiler information about the solution