We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866a722 commit 25c2efeCopy full SHA for 25c2efe
1 file changed
1-js/05-data-types/03-string/article.md
@@ -44,7 +44,7 @@ alert(guestList); // 손님 리스트를 여러 줄에 걸쳐 작성함
44
아래 예시를 실행해봅시다. 에러가 발생합니다.
45
46
```js run
47
-let guestList = "손님: // Error: Unexpected token ILLEGAL
+let guestList = "손님: // Error: Invalid or unexpected token
48
* John";
49
```
50
0 commit comments