Skip to content

Commit 95f61ee

Browse files
authored
Merge pull request #1463 from hrodward/patch-3
Update article.md
2 parents 3009d16 + 8d41acb commit 95f61ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/03-closure/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Let's consider two situations to begin with, and then study the internal mechani
6363

6464
To understand what's going on, let's first discuss what a "variable" actually is.
6565

66-
In JavaScript, every running function, code block `{...}`, and the script as a whole have an internal (hidden) associated object known as the *Lexical Environment*.
66+
In JavaScript, every running function, code block `{...}`, and the script as a whole has an internal (hidden) associated object known as the *Lexical Environment*.
6767

6868
The Lexical Environment object consists of two parts:
6969

0 commit comments

Comments
 (0)