Negative Zero Kata
Ohhhh, thanks, nice explanation
If you pass 0 to the function, it will return -0 yes, but when you try to display -0 (for example, with console.log(-0)), it will appear as 0. This is because JavaScript generally doesn't distinguish between 0 and -0 in the output.
negative 0? ahahahha nice solution. How it's passed test? Mistake or miracle?
Loading collection data...
Negative Zero Kata
Ohhhh, thanks, nice explanation
If you pass 0 to the function, it will return -0 yes, but when you try to display -0 (for example, with console.log(-0)), it will appear as 0. This is because JavaScript generally doesn't distinguish between 0 and -0 in the output.
negative 0? ahahahha nice solution. How it's passed test? Mistake or miracle?