1

When using NodeJS, I noticed:

null >= 0 // true
null > 0  // false
null == 0 // false

Is this expected behavior?

Paul Draper
  • 78,542
  • 46
  • 206
  • 285

0 Answers0