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.
Hi, I'm getting this error on test [ The array was: [20, 10,-80, 10, 10, 15, 35]
: expected -1 to equal 0 ] but the entry array is [20, 10, 30, 10, 10, 15, 35].
I'm working with JavaScript Node v14.x. Also I test the entry array with my code and the result is 3 not 0.