Commit graph

50 commits

Author SHA1 Message Date
Ilya Kantor
964ed57c42 closure 2019-12-26 14:59:57 +03:00
Ilya Kantor
e8947f7b58
Merge pull request #1546 from lumosmind/patch-14
function declaration vs function call conflict
2019-10-29 23:36:20 +03:00
Ilya Kantor
c5c94bce3b closes #1547 2019-10-29 23:35:35 +03:00
lumosmind
97cd2fca8d
function declaration vs function call conflict
function() { return count++; } is running because it is a function declaration. It is running and result of this running a function has been created and sent as a parameter to return command. "return count++;" this part is not running because the function has not been called yet.
2019-10-29 21:33:42 +03:00
Ilya Kantor
bb2a2594d8
Merge pull request #1465 from hrodward/patch-4
Update article.md
2019-10-17 10:58:13 +03:00
Ilya Kantor
519770187c
Merge pull request #1466 from hrodward/patch-6
Update article.md
2019-10-17 10:58:03 +03:00
Ilya Kantor
615609e19c
Merge pull request #1467 from hrodward/patch-7
Update article.md
2019-10-17 10:57:25 +03:00
hrodward
e014aa43c1
Update article.md
Grammatical fixes
2019-10-16 15:07:48 +02:00
hrodward
994c76ba8a
Update article.md
Punctuation marks fixes
2019-10-16 10:56:28 +02:00
hrodward
ba221014a4
Update article.md
Minor fixes
2019-10-16 10:50:03 +02:00
hrodward
f2e6a182fd
Update article.md
Use of "till" is informal: https://dictionary.cambridge.org/grammar/british-grammar/until
2019-10-16 10:27:54 +02:00
hrodward
8d41acba64
Update article.md
Grammatical fix
2019-10-16 10:22:26 +02:00
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
paroche
d3b5889e65
Update article.md 2019-08-23 19:55:06 -06:00
Ilya Kantor
e52705e012 fixes 2019-08-02 13:48:10 +03:00
Ilya Kantor
d606fb7181 minor 2019-08-02 12:29:57 +03:00
Ilya Kantor
515e5fd318 minor 2019-08-02 12:29:13 +03:00
daGo
63acd3dd7d
fix phrasing by deleting superfluous word
provides has -> provides
2019-08-02 10:11:43 +03:00
Ilya Kantor
b6adf0b6aa up 2019-07-31 23:18:20 +03:00
Ilya Kantor
19cd4ab574 up 2019-07-31 17:48:00 +03:00
Ilya Kantor
3ba28aa104 images to svg 2019-07-28 15:42:37 +03:00
neoarma
eb2757eb36
Update article.md
Typo: "there" -> "their"
2019-07-02 21:29:25 +12:00
Ilya Kantor
3a24b0a504
Merge pull request #1006 from Violet-Bora-Lee/patch-2
specifying the property inside Environment Record
2019-05-24 11:50:52 +03:00
Violet.Lee
4594d12eb1
update comment on sample code 2019-05-24 12:11:09 +09:00
Violet.Lee
397ee9ab48
specifying the property inside Environment Record 2019-05-24 10:21:44 +09:00
gzmin
4e079a5caf
Fix Typo (brewity to brevity) 2019-05-15 16:10:06 +08:00
Ilya Kantor
6e77e3adfe improvements 2019-05-05 23:08:53 +02:00
Alexey Pyltsyn
c5ce5578fc Fix name of JavaScript 2019-04-23 11:54:43 +03:00
Ilya Kantor
d043b11516 merge prs 2019-03-02 23:36:53 +03:00
Ilya Kantor
2ee2751216 refactor promise, geneerators, global object 2019-03-02 23:36:53 +03:00
11un
07550ef0ee change wording: "brackets" to "parentheses" 2019-02-01 10:56:25 -08:00
caspringer
58ba9f797b
Improve/fix usage of bracket 2018-12-14 08:08:10 -05:00
Jason Kao
7b0be24ffd
Small changes in Advanced Functions -> Closures 2018-11-07 20:42:39 -05:00
Ilya Kantor
d0fcf522da sketch downgrade to 50 for good arrows, closes #494 2018-10-09 12:00:34 +03:00
Kevin Yang
fe7175ddbc
Fixed typo in function name
say() is not defined in the code, it should be sayHi() instead.
2018-08-16 10:21:57 -04:00
Ilya Kantor
be007e78ef remove cut 2018-02-06 13:07:22 +03:00
Alexander Ogilvie
a6c6dcb719
Small changes for readability
Made small changes to grammar for readability. No changes to meaning or code examples were made.
2017-12-22 15:52:54 +09:00
Alexander
4bd0c6e582 Update article.md 2017-10-27 00:17:34 +03:00
Alex Zvorygin
17154c48c7 probable typo fixed 2017-09-19 13:22:03 -04:00
Ilya Kantor
f18aa362b4 minor 2017-08-09 23:36:04 +02:00
markhinschberger
44fba017e4 patch 2017-07-31 19:29:48 +08:00
Sergey Kondrashev
0343e7dbc0 A typo was fixed 2017-07-11 16:09:44 +03:00
Ilya Kantor
db182040c8 minor 2017-07-01 10:29:07 +03:00
Ilya Kantor
d391eb1f3c minor 2017-06-30 18:50:24 +03:00
reigningmetal
0c0f92ee6b Spelling
Edited some minor spelling errors.
2017-06-09 21:16:00 -04:00
Thierry Parmentelat
27a491f265 today’s typos 2017-05-11 20:41:00 +02:00
Ilya Kantor
1a9794f460 up 2017-05-05 02:06:33 +03:00
Danila
95b340d4a7 Fixed typo 2017-03-28 21:03:24 +03:00
Ilya Kantor
97c8f22bbb up 2017-03-21 17:14:05 +03:00
Ilya Kantor
ab9ab64bd5 up 2017-03-21 14:41:49 +03:00
Renamed from 1-js/06-more-functions/03-closure/article.md (Browse further)