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.
Looks like V8 made some changes and it no longer works (Chrome/Node.js).
But it still works in Firefox
Does it work though? Doesn't in my browser, none of the answers do. I need to use negative 1 to reverse it
I mean, it works, but its so ugly
I'm encountering the same error. I'm pretty sure I've patched all the holes that could lead to errors including raising errors for too many connections, plugs already connected, etc. I like this challenge, but I'm not really getting feedback from the tests to determine what I'm missing...
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.