Negative zero in JavaScript
Seriously? This topic! Yes. JavaScript actually has two different representations for ZERO:
Positive zero, represented by +0 / 0
Negative zero, represented by -0
This is because JavaScript implements the IEEE Standard for Floating-Point Arithmetic...
rahulism.hashnode.dev2 min read