Applied some improvements and approved. Powered by katafix 🤖
I'd recommend swapping assertEquals() arguments so they are in the correct order: expected value, actual value. Also, the reverse_bits method name doesn't match Java naming conventions. reverseBits would be more appropriate here.
assertEquals()
reverse_bits
reverseBits
looks like u solved it
No go. This kata is about peculiar issue that you may stubmle upon while using JavaScript and I intend it to stay that way.
Loading collection data...
Applied some improvements and approved.
Powered by katafix 🤖
Applied some improvements and approved.
Powered by katafix 🤖
I'd recommend swapping
assertEquals()
arguments so they are in the correct order: expected value, actual value. Also, thereverse_bits
method name doesn't match Java naming conventions.reverseBits
would be more appropriate here.looks like u solved it
No go.
This kata is about peculiar issue that you may stubmle upon while using JavaScript and I intend it to stay that way.