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.
Agreed. For instance, how many possible integers are contained between each period in an IP address? I do not know of the top of my head.
IT looks like there is an issue with this kata that the author needs to fix...
I'm a bit stuck with this bit too, half the _stub method tests are failing: keep getting:
first handler calls - Expected: 1, instead got: undefined
But the arguments and the call seem to make it through on the other half of the tests:
Test Passed: Value == [1,2,3,"first",null,false]
It works fine.
So it's not just what you return - it's using any Strings full stop in the script. If that helps...
Ah, sorry about that! Last time I let myself publish a Kata late at night =). Should be fixed now.