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.
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.
.