Javascript WTF

A site where we can all share in those little WTF moments we enjoy with Javascript


Null is and isn't an object?

> typeof null // 'object'
> null instanceof Object // false