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:
You must give another look at your algorithm because your return is not good.
You can print the arguments passed in to the console to see where you are going wrong, which is a better option than forfeiting eligibility ;)
You can click on the link to "Show me the test cases/forfeit eligibility". But you would forfeit this kata.
you are printing the answer. You have to return it.