Just found this enjoyable collection of javascript statements that don’t make any sense, such as:
"string" instanceof String; // false. [] == false; // true "" == false; // true null == false; // false, that's more like it typeof null // object null === Object // false
for these and more WTF moments in javascript, head over to wtfjs.com.
GitHub flavoured markdown enabled.