We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d45de36 + 0343e7d commit 0bea228Copy full SHA for 0bea228
1-js/06-advanced-functions/03-closure/article.md
@@ -86,7 +86,7 @@ Here's the bigger picture of how `let` variables work:
86
87

88
89
-Rectangles ont the right-hand side demonstrate how the global Lexical Environment changes during the execution:
+Rectangles on the right-hand side demonstrate how the global Lexical Environment changes during the execution:
90
91
1. When the script starts, the Lexical Environment is empty.
92
2. The `let phrase` definition appears. Now it initially has no value, so `undefined` is stored.
0 commit comments