o = new Object(); o.propOne = null; o.hasOwnProperty('propOne'); // returns true o.propTwo = undefined; o.hasOwnProperty('propTwo'); // returns true