We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5dd49 commit d979160Copy full SHA for d979160
document/Javascript/docs/Team/06_객체지향1/임성은_생성자와 new.md
@@ -63,7 +63,7 @@ p2.name = 'leezche';
63
p2.introduce = function(){
64
return 'My name is '+this.name;
65
}
66
-document.write(p2.introduce());
+document.write(p2.introduce()+"<br />");
67
68
//코드 개선
69
0 commit comments