js-bits icon indicating copy to clipboard operation
js-bits copied to clipboard

Number.MIN_VALUE

Open SeanSilke opened this issue 7 years ago • 0 comments

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

SeanSilke avatar Jun 08 '18 14:06 SeanSilke