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.
I feel really dumb. That should have been obvious.
Thanks for the Kata and the follow up.
Also, a screenshot of this code running the examples http://imgur.com/531jQ5R
This comment is hidden because it contains spoiler information about the solution
Really appriciate this Kata. It was very interesting.
Using Javascript I can't get the solution to validate a thrown error.
throw "ZeroDivisionError";
results in: Expected error was thrown: ZeroDivisionError
...but no passing checkmark. I've tried everything up to crafting a custom Error Type called ZeroDivisionError and throwing it. The log seems to detect the error was thrown but nothing passes.