Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 741db31

Browse files
Update article.md
1 parent 2efe0dc commit 741db31

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‎

Lines changed: 1 addition & 1 deletion
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 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?
10+
And what if a function is passed along as an argument 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)

AltStyle によって変換されたページ (->オリジナル) /