Skip to content

Commit 3a924fc

Browse files
committed
minor fixes
1 parent fbf443e commit 3a924fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/03-closure/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ We already know that a function can access variables outside of it ("outer" vari
77

88
But what happens if outer variables change since a function is created? Will the function get newer values or the old ones?
99

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?
10+
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?
1111

1212
Let's expand our knowledge to understand these scenarios and more complex ones.
1313

0 commit comments

Comments
 (0)