Skip to content

Commit

Permalink
[ko]: add index.md for web/glossary/conditional (#15849)
Browse files Browse the repository at this point in the history
* [add]: add index.md for web/glossary/conditional

* Update files/ko/glossary/conditional/index.md

---------

Co-authored-by: Yeji Choi <[email protected]>
  • Loading branch information
IMHOJEONG and yechoi42 authored Sep 29, 2023
1 parent 0443b59 commit 58473a6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions files/ko/glossary/conditional/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: 조건 (Conditional)
slug: Glossary/Conditional
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

**조건**은 조건의 완료되었는지 아닌지에 따라 정상적인 코드 실행을 중단하거나 변경할 수 있는 규칙의 집합입니다.

특정 조건을 만족하게 되면, 하나 이상의 명령이 실행됩니다. 그렇지 않다면, 또 다른 명령이 실행됩니다. 조건이 아직 만족하지 않는 상태 동안 명령어 또는 명령어 세트의 실행을 반복하는 것도 가능합니다.

## 같이 보기

- 위키백과의 [조건문](https://en.wikipedia.org/wiki/Exception_handling#Condition_systems)
- MDN의 [제어 흐름](/ko/docs/Glossary/Control_flow)
- [코드에서 결정하기 — 조건절](/ko/docs/Learn/JavaScript/Building_blocks/conditionals)
- MDN의 [JavaScript의 제어 흐름 및 오류 처리](/ko/docs/Web/JavaScript/Guide/Control_flow_and_error_handling)

0 comments on commit 58473a6

Please sign in to comment.