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'm getting errors on the 'Test Usage - Translate Characters' and the 'Random Test' parts. All it reports is 'Error'. Does anybody know what exactly this is testing? Because my code works fine for every example I can think of. Thanks.
I'm failing a few of the random tests because the test is expecting an 'undefined' in the string. Is that really what it expects?:
Testing for message 'EATS AT CAT FUN THE LIKES HOME FOOD MESSAGE SLEEP' with wires 'LGWBZIVFTC' It should work with random inputs too - Expected: EACS AC TAC VUN CHE GZKES HOME VOOD MESSALE SGEEPundefined, instead got: EACS AC TAC VUN CHE GZKES HOME VOOD MESSALE SGEEP
That aside, I really enjoyed this kata. Thank you.