You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/06-advanced-functions/03-closure/article.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Let's consider two situations to begin with, and then study the internal mechani
63
63
64
64
To understand what's going on, let's first discuss what a "variable" actually is.
65
65
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*.
67
67
68
68
The Lexical Environment object consists of two parts:
0 commit comments