Ad
  • Custom User Avatar

    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.

  • Custom User Avatar

    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.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution