Skip to content

Commit 2bf8a27

Browse files
committed
minor fixes
1 parent 1cfd422 commit 2bf8a27

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
@@ -1,5 +1,5 @@
11

2-
# Variable scope
2+
# Variable scope, closure
33

44
JavaScript is a very function-oriented language. It gives us a lot of freedom. A function can be created at any moment, passed as an argument to another function, and then called from a totally different place of code later.
55

0 commit comments

Comments
 (0)