Skip to content

Commit b57da6d

Browse files
[new 연산자와 생성자 함수] fix typo
1 parent 7749fce commit b57da6d

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/06-constructor-new

1 file changed

+1
-1
lines changed

1-js/04-object-basics/06-constructor-new/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ function User(name) {
201201
*!*
202202
let bora = new User("이보라");
203203

204-
bora.sayHi(); // 이름은 이보라입니다.
204+
bora.sayHi(); // 이름은 이보라입니다.
205205
*/!*
206206

207207
/*

0 commit comments

Comments
 (0)