created by Brian LeRoux & Andrew Lunny. sparodically uncurated by David Trejo.

2010 02 12 null is not an object

    typeof null // object
    null instanceof Object // false

Classic null is not an Object.

Fork me on GitHub