Commit graph

71 commits

Author SHA1 Message Date
Ilya Kantor
c2a9c2da58 closure task 2019-12-29 00:33:46 +03:00
Ilya Kantor
964ed57c42 closure 2019-12-26 14:59:57 +03:00
Ilya Kantor
22cab45a69
Merge pull request #1606 from jakewilson/patch-1
Fix small grammar mistake in closure makeArmy task
2019-11-30 10:50:09 +03:00
Ilya Kantor
4587fde235 re-import images (Sketch update) 2019-11-30 08:51:52 +03:00
Jake Wilson
9a07b1fb23
Fix small grammar mistake in closure makeArmy task 2019-11-12 19:26:58 +00: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
Ilya Kantor
7418213b66 re-import images from Sketch (no changes) 2019-10-10 17:08:16 +03: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
9bfc8cfa9c minor 2019-08-11 14:24:31 +03:00
Ilya Kantor
4d44df6a3a Embed font to SVG 2019-08-11 14:17:38 +03: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
02d1b767a8 up 2019-07-31 23:21:06 +03:00
Ilya Kantor
715d5e728d up 2019-07-31 23:20:04 +03:00
Ilya Kantor
b6adf0b6aa up 2019-07-31 23:18:20 +03:00
Ilya Kantor
4e9f302982 minor 2019-07-31 17:50:31 +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
K-Sato
119d6e538f
Fix typo 2019-06-25 08:25:19 +09: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
8f13d61a8b Sketch editor update (no important image changes) 2019-04-05 09:17:57 +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
Ilya Kantor
be9c5a7b5f re-export pictures 2019-03-02 23:36:52 +03:00
Ilya Kantor
408ba7d4e4 make sure a solution always shows up, use "demo" if exists 2019-02-21 19:35:04 +03:00
11un
161eec699e change "brackets" to "parentheses" 2019-02-01 16:19:04 -08: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
c3d7b5afc4 fix 2018-10-09 12:21:52 +03:00
Ilya Kantor
712e452af3 color fixes 2018-10-09 12:17:45 +03:00