.
I tried this solution and it failed all the random tests. I saw it here, went back and tried it again and it still failed?
For me it correctly returns "10". I think you copied something wrong maybe?
this code doesn t work correctly.
I copied it then tried to sum 1+1 and got 1011.
This comment is hidden because it contains spoiler information about the solution
addBinary('2', 3);
It's not required for this Kata but it's good to know for external use when converting between denary and binary. See here for more information.
why need >>> 0
>>> 0
Damn. This is perfect
Damn, I was just missing the Object prototype override, well done!
no more better
It still fails for the fifth test. Don't know why?
I think you must use content as parameter...
Loading collection data...
.
I tried this solution and it failed all the random tests. I saw it here, went back and tried it again and it still failed?
For me it correctly returns "10". I think you copied something wrong maybe?
this code doesn t work correctly.
I copied it then tried to sum 1+1 and got 1011.
This comment is hidden because it contains spoiler information about the solution
addBinary('2', 3);
It's not required for this Kata but it's good to know for external use when converting between denary and binary. See here for more information.
why need
>>> 0
Damn. This is perfect
This comment is hidden because it contains spoiler information about the solution
Damn, I was just missing the Object prototype override, well done!
This comment is hidden because it contains spoiler information about the solution
no more better
It still fails for the fifth test. Don't know why?
I think you must use content as parameter...
Loading more items...