js-bits
js-bits copied to clipboard
Number.MIN_VALUE
Number.MIN_VALUE property represents the smallest positive numeric value
so console.log(Number.MIN_VALUE < 0); // false. is legit and not WTF
https://github.com/vasanthk/js-bits/blob/master/js/number-maxmin-val.js