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've got some error "Testing for [14, -3, 5, -6, -14, -5, 5, -6, 0, -3]
It should work for random inputs too: 6 should equal 5"
Here the correct answers are 5 and 6.
My solution gave the result 5, and I got this error. Of course I corrected my code so it gives the result 6 without any mistakes. But now I don't know how to understand this task's instruction with the following "Note:
If you are given an array with multiple answers, return the lowest correct index."