Skip to content

Commit

Permalink
[ko]: add index.md for web/glossary/closure (#15820)
Browse files Browse the repository at this point in the history
[add]: add index.md for web/glossary/closure
  • Loading branch information
IMHOJEONG authored Sep 29, 2023
1 parent 383ff94 commit 0443b59
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions files/ko/glossary/closure/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: 클로저 (Closure)
slug: Glossary/Closure
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

실행의 **{{glossary("scope", "범위")}}**를 정의하는 바인딩입니다. {{glossary("JavaScript")}}에서, **{{glossary("function","함수")}}**는 클로저 문맥을 생성합니다.

## 같이 보기

- 위키백과의 [클로저](https://en.wikipedia.org/wiki/Closure_%28computer_programming%29)
- MDN의 [클로저](/ko/docs/Web/JavaScript/Closures)

0 comments on commit 0443b59

Please sign in to comment.