minor fixes
This commit is contained in:
parent
1cfd422270
commit
2bf8a27fad
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue