Ad
  • Custom User Avatar

    For some reason after getting a correct answer, starting from the 2nd test case, the function loop_size is called again. Despite this fact the kata is solvable. I managed to override this probable bug by using global scope in addition to local.

  • Custom User Avatar

    the ruby version is broken. It's ignoring the results.

  • Custom User Avatar

    I have a problem in JavaScript

    second test:

    if i return 0:
    log 0
    Expected 23 got 0
    log 0
    (not passed)

    if i return loop size:
    log 23
    log 0
    (not passed)

    tests starting from the second call function twice
    first time the returned value is correct, but function is called the second time and returned value becomes 0 and test doesnt get passed.

  • Custom User Avatar