var chiferMifer = { goodNice: 1 }; if('goodNice' in chiferMifer) { alert('Есть'); } else { alert('Нету:('); }