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.
@mmdotz I don't know what your code/solution looks like, but try commenting all your code and just run "p message". The test cases should appear in the "Output" pane.
Yes, there is a way to see what tests fail without forfeiting the kata/challenge.
Ruby Example:
JavaScript Example:
Very clever solution in that you don't utilize any conditionals (e.g. condition ? true : false), but difficult to reason about or grok in a production setting.