Skip to content

Commit 25c2efe

Browse files
committed
Part1 5.3 문자열 - Error문 변경 복구
1 parent 866a722 commit 25c2efe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/05-data-types/03-string/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ alert(guestList); // 손님 리스트를 여러 줄에 걸쳐 작성함
4444
아래 예시를 실행해봅시다. 에러가 발생합니다.
4545

4646
```js run
47-
let guestList = "손님: // Error: Unexpected token ILLEGAL
47+
let guestList = "손님: // Error: Invalid or unexpected token
4848
* John";
4949
```
5050

0 commit comments

Comments
 (0)