Ad
  • Default User Avatar

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

  • Default User Avatar

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

  • Default User Avatar
    • im obviously speaking from my experience, because ive solved many problems but could never level up my kata because i never COMPLETELY solve them

    There's no such thing as completely solving a kata. You either do or you don't. If you can't pass all test cases then you simply haven't solved anything, I don't see why one should get points for that.

    • because of some dumb case that was never mentioned

    They don't really have to be mentioned. You can always print the input and find what they are yourself.

  • Default User Avatar

    It's not the same test case. I assume you saw the expected result 3 and it's position as the first test case and assumed it's the same one but it's not.

    The first test case when you hit attempt, is => bouncingBall(2 0.5 1) and expects 3.

    Which is of course something you can check yourself by just printing the function's input.