You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Currently, negative zero appears as "0" in the console. However, it would be less misleading for it to appear as "-0", as it does not behave identically to 0.
Currently, negative zero appears as "0" in the console. However, it would be less misleading for it to appear as "-0", as it does not behave identically to 0.
Example:
ES5 9.8.1.2 requires that (-0).toString() must be "0" but the console representation does not have to be the same as the toString value.
See also:
http://code.google.com/p/chromium/issues/detail?id=321560