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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
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.
It's not the same test case. I assume you saw
the expected resultit's position as the first test case and assumed it's the same one but it's not.3
andThe first test case when you hit attempt, is =>
bouncingBall(2 0.5 1)
and expects3
.Which is of course something you can check yourself by just printing the function's input.