Ad
  • Custom User Avatar

    This felt hard for a 7 kyu IMO.

  • Custom User Avatar

    This kata felt a little too easy for a 7 kyu IMO.

  • Custom User Avatar

    Heads up, the solution is given for free when you click 'begin training'.

  • Custom User Avatar

    My code passes all test cases except the very last 'tree of calls'. I wish there was a simpler test that did the same thing that was understandable enough to debug. The way that is written I have no idea how it expects to get a count from zero to 7. I keep returning 8 function calls instead. This criteria should be explained as part of the question prompt.

  • Custom User Avatar

    Great kata! Second what others have said, this is not a 7 kyu.

  • Custom User Avatar

    I don't understand what exactly I'm supposed to be returning. I am able to get the result and isolate the correct joke but I don't know what to return nor do I understand the error message I am getting.

    The instructions say:

    "When you got the joke it should be accessible through a simple API of saySetup and sayPunchLine methods."

    Can an example of what a correct return message would look like be posted? I am able to get the return object and find the correct joke but what exactly am I supposed to return?

    I have similar questions regarding the error case as well but can't address those till I can solve the above.