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.
if (jumps>10) { return -1 } this code will not work with long arrays.
You should check if (jumps > a.length)
Love ya work!!!
These 2 tests are just confusing ... (which is I guess what Voile was meaning.)
Test.assertNotSimilar(perc (5), "invalid track time") ... and ... Test.assertNotSimilar(perc (0.1), ["4 kicks", "8 hihats", "2 claps"])
A clear and great explanation.
Thanks!!! very helpful