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.
Cheers ^^
wthit56 improved the description. So I think after 2 years this issue could be closed.
The fact that the argument is optional was only mentioned in the docbloc of the getSerie() function, now it is also in the description.
"called more than once with the same argument" is not a very descriptive test comment
This comment is hidden because it contains spoiler information about the solution
I've added an example for each value type, which should make things clearer.
When a function is "multiplied", it should create a new function. That function could be called with a context, and arguments. This context and any arguments should be given directly to the original function that was multiplied. The example should make this clearer, but do let me know if not.
The decription is very unclear, specifically in regards to how to handle functions and objects. The description states in regards to functions:
'Each time the original function is called, the context and arguments should be preserved.'
There is no notion of their being arguments anywhere else in the description. What arguments? This is very unclear.