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.
in your loop do you have < or <=
make sure to add 1 when you return the value. as end-start-1 would give the total number of elements for program to run through.
Hi guys,
I keep getting Expected: 20, instead got: 19, Expected: 71, instead got: 70
and always short of 1 for those that didn't clear the test.
Does anyone have the same problem?