Skip to content

Commit 8d41acb

Browse files
authored
Update article.md
Grammatical fix
1 parent 3009d16 commit 8d41acb

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)