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.
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.the ruby version is broken. It's ignoring the results.
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.
.