Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

An interesting property of this is that == isn't transitive

  '' == 0 // true
  0 == '0' // true
  '0' == '' // false


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: