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.
It is possible to use console.log straight into the code mirror and messages will be outputted in the output panel instead of the browser console.
Is there a way to send debug lines to console when testing logic? Like in C# normally you'd use Debug.Out.WriteLine() but this doesn't seem to work.