From f2e6a182fdb4e7f33b5ec09d03dbe680137c8771 Mon Sep 17 00:00:00 2001 From: hrodward <2536699+hrodward@users.noreply.github.com> Date: Wed, 16 Oct 2019 10:27:54 +0200 Subject: [PATCH] Update article.md Use of "till" is informal: https://dictionary.cambridge.org/grammar/british-grammar/until --- 1-js/06-advanced-functions/03-closure/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/06-advanced-functions/03-closure/article.md b/1-js/06-advanced-functions/03-closure/article.md index 0dc3b715dd..e33826120d 100644 --- a/1-js/06-advanced-functions/03-closure/article.md +++ b/1-js/06-advanced-functions/03-closure/article.md @@ -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.**