js Boolean转换

297 阅读1分钟

Boolean转换:以下六个为false,其他都为true

  • undefined
  • null
  • 0 (+0 -0)
  • NaN
  • ''
  • false