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.
It appears in javascript there are issues with two of the test cases
doTest([20,1,-1,2,-2,3,3,5,5,1,2,4,20,4,-1,-2,5], 5);
doTest([20,1,1,2,2,3,3,5,5,4,20,4,5], 5);
Expect the answer to be 5, but in both there are multiple 5s and in the instructions it said this would not be the case
No tests for javascript
Im getting this issue as well