var Constr = function() {} ; Constr.prototype = { prototype: 123 }; var a = new Constr() ; alert(a.prototype) ;