Update article.md
Grammatical fix
This commit is contained in:
parent
3009d168dc
commit
8d41acba64
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ Let's consider two situations to begin with, and then study the internal mechani
|
||||||
|
|
||||||
To understand what's going on, let's first discuss what a "variable" actually is.
|
To understand what's going on, let's first discuss what a "variable" actually is.
|
||||||
|
|
||||||
In JavaScript, every running function, code block `{...}`, and the script as a whole have an internal (hidden) associated object known as the *Lexical Environment*.
|
In JavaScript, every running function, code block `{...}`, and the script as a whole has an internal (hidden) associated object known as the *Lexical Environment*.
|
||||||
|
|
||||||
The Lexical Environment object consists of two parts:
|
The Lexical Environment object consists of two parts:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue