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

    typeof null // object
    null instanceof Object // false

Classic null is not an Object.

Fork me on GitHub