} //alert(typeof BB.prototype.constructor); BB.prototype.aa=function(){alert("sss");} var nn=new BB("cc"); //var nn={};BB.apply(nn) //nn=BB.prototype;
alert(nn.constructor);