Merge pull request #1463 from hrodward/patch-3

Update article.md
This commit is contained in:
Ilya Kantor 2019-10-16 11:36:57 +03:00 committed by GitHub
commit 95f61eeb59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
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: