We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dca1fa commit 878afa8Copy full SHA for 878afa8
1-js/02-first-steps/03-strict-mode/article.md
@@ -36,7 +36,7 @@ alert("some code");
36
// 엄격 모드가 활성화되지 않습니다.
37
```
38
39
-`"use strict"`위의 주석만 나타날 수 있습니다.
+`"use strict"`의 위에는 주석만 사용할 수 있습니다.
40
````
41
42
```warn header="`use strict`를 취소할 방법은 없습니다."
0 commit comments