-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ko]: add index.md for
web/glossary/strict_mode
(#16355)
[add]: add index.md for web/glossary/strict_mode
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: 엄격 모드 (Strict mode) | ||
slug: Glossary/Strict_mode | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
JavaScript의 **엄격 모드(strict mode)** 는 제한된 JavaScript 변형을 선택하여 {{Glossary("Sloppy_mode", "느슨한 모드")}}를 암시적으로 거부하는 방법입니다. 엄격 모드는 그냥 부분 집합이 아니며, 의도적으로 일반 코드와 다른 의미론을 가지고 있습니다. | ||
|
||
전체 스크립트에 대한 엄격 모드는 다른 문 앞에 `"use strict";` 문을 포함하여 호출됩니다. | ||
|
||
## 같이 보기 | ||
|
||
- [엄격 모드](/ko/docs/Web/JavaScript/Reference/Strict_mode) | ||
- [용어 사전](/ko/docs/Glossary) | ||
|
||
- {{Glossary("Sloppy mode")}} |