* Would make `undefined !== null` * Would make `typeof null === "object"` correct * Would make it work it in arrays * We'll have to emit more code to make it falsy
undefined !== nulltypeof null === "object"correct