Loading

javascript boolean type

All values become true when converted to a boolean, with the exception of
the six falsy values:

  • ""
  • null
  • undefined
  • 0
  • NaN
  • false
posted @ 2012-03-23 17:00  .net's  阅读(345)  评论(0)    收藏  举报