Ad
  • Custom User Avatar

    a ready-to-go test-case in the editor would be nice.

  • Custom User Avatar

    hi, lately i stumble about weird validator errors thats stopping me from solving the puzzles -

    this time its "not in my house - Expected: false, instead got: true" - i suppose my program is tested against the string given in the console output, which is really strange, since my code returns "false" !!

    please check your tests, so we can finish the kata :-)

  • Custom User Avatar

    thank you. got it solved :-)

  • Custom User Avatar

    random bugs gives recipes with lots of cakes to bake - but expects zero cakes

    Test says - no cake possible, although there could be made 3 :-(

    recipe = {"flour":22,"nuts":44,"eggs":98} ;
    available = {"flour":6700,"oil":3200,"milk":8900,"chocolate":8400,"apples":500,"crumbles":5800,"sugar":4300,"cocoa":8600,"butter":7900,"eggs":300,"cream":2000,"nuts":200,"pears":5500};

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    passed all the tests and passed 6 out of 12 in trying to submit my result in javascript

    cannot find the reason :-(

  • Custom User Avatar

    Expected result: The Despicable Raisin; Your result: The Despicable Raisin

    ?!

  • Custom User Avatar

    allright - got it by now.

    my mistake :-)

  • Custom User Avatar

    i used javascript. if you like i will post my solution here.

  • Custom User Avatar

    where are the zeros in the random tests coming from? in my solution all the tests are passed - i used the same solution that i coded for the "Alternating Loops" kata, as well...

  • Custom User Avatar

    i cannot complete this kata allthough all the tests are passed. then something fails and my answer is not accepted. :-(