Shane
a4b95f05a9
Add Edge to list of V8-powered browsers
2020-09-17 17:21:11 +01:00
MuhammedZakir
0f5b63d86f
Restructure the Solution for 'Army of Functions' task and Fix Typos
...
Fix #2068 - Army of Functions
Fix #2070 - Typo
Fix #2056 - Grammatical Error
Fix #2074 - Remove semi-colon after function declaration
2020-09-04 13:38:41 +05:30
Ilya Kantor
3a924fc1e8
minor fixes
2020-08-10 22:52:57 +03:00
Ilya Kantor
fbf443e414
minor fixes
2020-08-09 21:03:34 +03:00
Ilya Kantor
2bf8a27fad
minor fixes
2020-08-09 21:02:40 +03:00
Ilya Kantor
1cfd422270
minor fixes
2020-08-09 21:02:05 +03:00
Peter Roche
e4e6a50b57
'where finds it and changes' -> 'where it finds and changes it'
...
Was tempted to suggest something a bit wordier: "where it finds it and, in this case, changes it", but I thought this would do.
2020-06-21 03:51:06 -06:00
Peter Roche
1f7b137e64
'since this moment' -> 'from this point forward'
2020-06-21 03:26:05 -06:00
Michael McGee
9900be90a7
Edit sentance syntax in closure article
2020-03-24 18:04:26 +10:30
LeviDing
33c2a4e39d
Update article.md
2020-02-23 17:49:11 +08:00
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