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.
Thanks for the feedback!
This is my first kata. Do you mean real random tests or more random numbers inside the test to let solutions like https://www.codewars.com/kata/reviews/5a4ccd7ecb3529aa61002505/groups/5a4cecc9aabb4437ff001746 fail?
I think real random tests would need tests for the tests. So I would think this is solved with the newly added tests. Ok for you?
Thanks for the feedback! I added more tests that let this solution fail. Can you remove it from the solution list?
This solution is simply wrong. As stated below Test.assertEquals(findEvenIndex([20,10,-80,10,10,15,35]),0, "The array was: [20,10,-80,10,10,15,35] \n"); expects 0 but returns -1.
I'm pretty new here, so I don't know what is the way to go. But it is not helpful to leave wrong functions as top rated solutions.