Y
Hacker News
new
|
ask
|
show
|
jobs
by
plugnburn
3731 days ago
See:
isPositive = (x) => +x === x && x > 0
In which conditions does it return a wrong value? I haven't found any.