Edit in JSFiddle

var person = null;
alert(typeof person); // object

if (null == undefined) // true