• Custom User Avatar

    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.

  • Custom User Avatar

    IT looks like there is an issue with this kata that the author needs to fix...

  • Custom User Avatar

    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]

  • Custom User Avatar

    It works fine.

  • Custom User Avatar

    So it's not just what you return - it's using any Strings full stop in the script. If that helps...

  • Custom User Avatar

    Ah, sorry about that! Last time I let myself publish a Kata late at night =). Should be fixed now.