minor fixes

This commit is contained in:
Ilya Kantor 2020-08-09 21:02:40 +03:00
parent 1cfd422270
commit 2bf8a27fad

View file

@ -1,5 +1,5 @@
# Variable scope
# Variable scope, closure
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.