Merge pull request #1465 from hrodward/patch-4

Update article.md
This commit is contained in:
Ilya Kantor 2019-10-17 10:58:13 +03:00 committed by GitHub
commit bb2a2594d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ To summarize:
### Function Declaration
Till now, we only observed variables. Now enter Function Declarations.
Until now, we only observed variables. Now enter Function Declarations.
**Unlike `let` variables, they are fully initialized not when the execution reaches them, but earlier, when a Lexical Environment is created.**