-0
).0
and if 1
divided by the value equals -Infinity
.const isNegativeZero = val => val === 0 && 1 / val === -Infinity;
isNegativeZero(-0); // true
isNegativeZero(0); // false
Subscribe to get resources directly to your inbox. You won't receive any spam! ✌️