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.
Wish I had checked the commments before spending an hour trying to debug my solution. Javascript random cases all fail with the following error:
TypeError: Object.values is not a function
My solution passes all basic tests fine and with several debugging console.log statements, should pass all random tests too.
Don't state that bounce will be between 0 and 1 and then have test cases where bounce is 1.0 or 9.0 or -1.0. Either fix the instructions or fix the tests.
This comment is hidden because it contains spoiler information about the solution