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'm getting this error when running it in JS:
Error: kata.js: Unexpected token, expected , (27:50)
I was ending up with something like:
[1, 20, 35] vs [1,19,35] for some...
but then
[0, 15, 25] vs [0, 16, 35] for others.
So maybe there's another solution, but it seems odd that you cannot consistently round to whole numbers.
There are no
rounding
. Read the descriptions carefully :)Javascript does not pass due to inconsistent rounding in answers.