alert([ typeof Object().valueOf(), typeof Object(null).valueOf(), Object().valueOf() === Object(null).valueOf(), null === null ]);