function d(){this.get=function(){this.getNum()}};d.prototype.getName=function(){return 3;};var d = new d();console.log(d.get());//undefined
function d(){this.get=function(){this.getNum()}};
d.prototype.getName=function(){return 3;};
var d = new d();
console.log(d.get());//undefined
여기에 정의되지 않은 내용이 표시된 이유는 무엇인가요? 3 대신? 답변해주세요
으아악
뭐라고요
자신을 비교해 보세요
번호 이름
this.getnum이 this.getname으로 변경되었습니다
으아악
으아악
뭐라고요
으아악
자신을 비교해 보세요
번호 이름
this.getnum이 this.getname으로 변경되었습니다
으아악