Skip to content

Commit

Permalink
minor: update links (#35559)
Browse files Browse the repository at this point in the history
* minor: update lks

specify lk, add lk

* Update files/en-us/glossary/closure/index.md

---------

Co-authored-by: Joshua Chen <[email protected]>
  • Loading branch information
shallow-beach and Josh-Cena authored Aug 22, 2024
1 parent abc17b7 commit 2c04a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/glossary/closure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: glossary-definition

{{GlossarySidebar}}

In computer programming, a **closure** is a technique for implementing lexically {{glossary("scope", "scoped")}} name binding in a language with first-class {{glossary("function", "functions")}}. In {{glossary("JavaScript")}}, a function creates a closure context.
In computer programming, a **closure** is a technique for implementing lexically {{glossary("scope", "scoped")}} name binding in a language with {{glossary("first-class function", "first-class functions")}}. In {{glossary("JavaScript")}}, a {{glossary("function")}} creates a closure context.

## See also

Expand Down

0 comments on commit 2c04a03

Please sign in to comment.