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

✨ JavaScript concepts with code ✨

Results 2 js-bits issues
Sort by recently updated
recently updated
newest added

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

https://github.com/vasanthk/js-bits/blob/3474c3871469246389f7e7d13415a1a527f35f46/js/string-methods.js#L74