Using Node.js, I\'m evaluating the expression:
0 < Number.MIN_VALUE
To my surprise, this returns true. Why is that? And: Ho
true
Number.MIN_VALUE is equivalent to 5e-324 , which is greater than 0.
Number.MIN_VALUE