if (typeof obj.foo !== 'undefined') { }
if (typeof obj.foo !== 'undefined') { // your code here }
if (obj.hasOwnProperty('foo')) { // your code here }