var o={}; Object.prototype.p=3.14; alert(o.p); for(sv in o){ alert(o[sv]); } alert(o.propertyIsEnumerable("p"));//false?!!