Update article.md

Use of "till" is informal: https://dictionary.cambridge.org/grammar/british-grammar/until
This commit is contained in:
hrodward 2019-10-16 10:27:54 +02:00 committed by GitHub
parent 3009d168dc
commit f2e6a182fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ To summarize:
### Function Declaration ### 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.** **Unlike `let` variables, they are fully initialized not when the execution reaches them, but earlier, when a Lexical Environment is created.**