We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf443e commit 3a924fcCopy full SHA for 3a924fc
1-js/06-advanced-functions/03-closure/article.md
@@ -7,7 +7,7 @@ We already know that a function can access variables outside of it ("outer" vari
7
8
But what happens if outer variables change since a function is created? Will the function get newer values or the old ones?
9
10
-And if a function is passed along as a parameter and called from another place of code, will it get access to outer variables at the new place?
+And what if a function is passed along as a parameter and called from another place of code, will it get access to outer variables at the new place?
11
12
Let's expand our knowledge to understand these scenarios and more complex ones.
13
0 commit comments