en.javascript.info/1-js/06-advanced-functions
jamesblckwell f24a6e577b
Fixed typo on line 366
"Now when the call looks for `count` variable, it first searches its own Lexical Environment (empty), then the Lexical Environment of the outer `makeCounter()` call, where finds it."

to
 
"Now when the call looks for `count` variable, it first searches its own Lexical Environment (empty), then the Lexical Environment of the outer `makeCounter()` call, where it finds it."
2019-10-07 12:05:39 +01:00
..
01-recursion minor 2019-10-02 10:36:06 +03:00
02-rest-parameters-spread-operator Update article.md 2019-08-31 20:01:01 -06:00
03-closure Fixed typo on line 366 2019-10-07 12:05:39 +01:00
04-var minor fixes 2019-07-04 22:21:34 +03:00
05-global-object Update article.md 2019-08-24 22:40:21 -06:00
06-function-object Update article.md 2019-09-14 14:13:33 -06:00
07-new-function up 2019-07-31 23:18:20 +03:00
08-settimeout-setinterval minor 2019-09-04 18:53:30 +03:00
09-call-apply-decorators Update task.md 2019-09-02 19:49:54 -06:00
10-bind Update task.md 2019-09-13 20:58:31 -06:00
12-arrow-functions Update article.md 2019-09-13 22:45:46 -06:00
index.md up 2017-03-21 14:41:49 +03:00