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.
Initial solution includes superfluous function.
Tests are using
Test.expect
.Needs random tests
Not an issue
Not descriptive in its overall expectations
I've got a large amount of homework to do the next couple of weeks. After that I think I'll go ahead and try to tackle this.
Looks like the kata was abandoned. Jacobb maybe you can spruce it up a bit?
I'm hoping you haven't abandoned your kata. It's a nice level of challenge, but appears to be easily brute-forced to solve. You might be able to deliver dynamic argument names if you use the Function constructor method.
I enjoyed this kata. A few ideas for improvement:
This comment is hidden because it contains spoiler information about the solution
Consider adding functions with different parameter names to the test cases. My solution would automatically fail