Skip to content

Commit

Permalink
[ko]: add index.md for web/glossary/strict_mode (#16355)
Browse files Browse the repository at this point in the history
[add]: add index.md for web/glossary/strict_mode
  • Loading branch information
IMHOJEONG authored Oct 8, 2023
1 parent f876eed commit 58c42b8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions files/ko/glossary/strict_mode/index.md
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")}}

0 comments on commit 58c42b8

Please sign in to comment.