Skip to content

Commit d979160

Browse files
committed
Update 임성은_생성자와 new.md
1 parent 0b5dd49 commit d979160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/Javascript/docs/Team/06_객체지향1/임성은_생성자와 new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ p2.name = 'leezche';
6363
p2.introduce = function(){
6464
return 'My name is '+this.name;
6565
}
66-
document.write(p2.introduce());
66+
document.write(p2.introduce()+"<br />");
6767

6868
//코드 개선
6969

0 commit comments

Comments
 (0)