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.
Figured it. Using the function name as a variable.
The error message was totally cryptic though, and I would think it would throw an exception when a function is called with the wrong parameters!
Have not been able to clear the following error:
TypeError: number is not a function
It only shows up on the second test case, regardless of which test case that is. That is, I comment out one of the test cases, and the first test case (regardless of which one that is) passes. The second test case returns that error!! Any ideas?