Is-postive – The most pointless NPM repository(github.com)
github.com
Is-postive – The most pointless NPM repository
https://github.com/kevva/is-positive
2 comments
How Is 0 not positive?
"0 is neither positive nor negative." https://en.wikipedia.org/wiki/0_%28number%29#Mathematics
Actually there is a positive 0 and a negative 0 in JavaScript. Try 1/+0 and 1/-0 in your browser console and notice how the result is different for each (+Infinity and -Infinity respectively).
[deleted]