Scott Martin
a6de544b55
Minor grammar fix
...
Remove extra "of" from "a thousand other reasons"
2019-09-11 15:50:46 +01:00
Scott Martin
0c2b365d37
Minor grammar fix
...
"People adore to use things" -> "People adore using things"
2019-09-11 15:02:16 +01:00
Ilya Kantor
3da7f481dd
minor
2019-09-11 13:18:38 +03:00
Ilya Kantor
beed7d3d80
Merge pull request #1328 from Violet-Bora-Lee/patch-30
...
minor
2019-09-11 10:27:56 +03:00
Violet.Lee
aad6d5895b
minor
2019-09-11 04:28:26 +09:00
Ilya Kantor
d6ef24f45d
closes #1327
2019-09-10 21:38:51 +03:00
Ilya Kantor
ac2a76ae80
Merge pull request #1326 from HirenTariwala/patch-1
...
Update h to H char according ASCII value
2019-09-10 14:36:28 +03:00
HirenTariwala
cccfbd7c30
Update h to H char according ASCII value
...
I have found that ASCII is not matching with char h so I have a changed.
h = 104
H = 72
2019-09-10 17:03:22 +05:30
Ilya Kantor
3dd8ca09c1
minor
2019-09-07 23:08:45 +03:00
Ilya Kantor
1268643c6a
Merge pull request #1322 from Dayun123/Dayun123-javascript.info--ch.4-grammar-patch
...
Dayun123 javascript.info ch.4 grammar patch
2019-09-07 23:07:52 +03:00
Daniel Schroeder
d0c3c695fb
Minor grammatical fixes
2019-09-07 13:22:20 -05:00
Daniel Schroeder
5c7ba26b36
Merge pull request #2 from Dayun123/Dayun123-javascript.info--ch.4-grammar-fix
...
Fix minor grammatical errors
2019-09-07 13:02:27 -05:00
Daniel Schroeder
d813adfb7b
Fix minor grammatical errors
2019-09-07 13:01:53 -05:00
Ilya Kantor
a260bae917
fix
2019-09-07 19:52:27 +03:00
Alexey Pyltsyn
3df638871c
Merge pull request #1320 from shembel/Typo_in_proxy_article
...
Typo fix
2019-09-07 19:18:45 +03:00
Ilya Kantor
a0720187cb
fixes
2019-09-07 17:39:32 +03:00
Ilya Kantor
c738e37b01
fixes
2019-09-07 17:30:55 +03:00
Nikita.Shembel
1a6c1bb2dd
Typo fix
2019-09-07 17:03:33 +03:00
Ilya Kantor
80ea234033
form
2019-09-06 22:36:06 +03:00
Ilya Kantor
cdc480a577
minor
2019-09-06 20:14:00 +03:00
Ilya Kantor
7384c9aef2
Merge pull request #1319 from va-z/patch-2
...
Typo fix
2019-09-06 19:17:25 +03:00
va-z
bec7821d96
Typo fix
2019-09-06 21:16:32 +05:00
Ilya Kantor
9869922dbf
Merge branch 'regexp2'
2019-09-06 16:57:40 +03:00
Ilya Kantor
b5f17b410f
WIP
2019-09-06 16:57:21 +03:00
Ilya Kantor
32e20fc97c
reg->regexp
2019-09-06 16:50:41 +03:00
Ilya Kantor
4232a53219
WIP
2019-09-06 16:48:59 +03:00
Ilya Kantor
681cae4b6a
regexp
2019-09-06 01:15:24 +03:00
Ilya Kantor
20547570ff
WIP
2019-09-05 14:57:06 +03:00
Ilya Kantor
fc0b18538d
WIP
2019-09-04 19:35:17 +03:00
Ilya Kantor
f84bd8d274
minor
2019-09-04 18:54:50 +03:00
Ilya Kantor
235a2ed197
minor
2019-09-04 18:53:30 +03:00
Ilya Kantor
1733ef9af0
Merge pull request #1315 from paroche/patch-23
...
Update article.md
2019-09-04 18:52:32 +03:00
Ilya Kantor
8c1129f142
closes #1318
2019-09-04 18:37:47 +03:00
Ilya Kantor
0a7e9534d2
fixes #1316
2019-09-04 17:06:19 +03:00
Ilya Kantor
f21cb0a2f4
WIP
2019-09-04 15:44:48 +03:00
Alexey Pyltsyn
64622abc02
an -> a ( #1317 )
...
an -> a
2019-09-04 13:07:19 +03:00
pimonenkov
f8c561c746
an -> a
2019-09-04 12:07:21 +03:00
Ilya Kantor
b86334d1a4
Merge pull request #1314 from scottmartin-ln/patch-1
...
Update MDN docs link for tagged templates
2019-09-04 09:52:08 +03:00
paroche
1f969670b2
Update article.md
...
As per issue comment thread #1282 :
Clarifying "current code" for zero delay setInterval.
Plus minor edit of ordering of terms for greater consistency.
Plus minor grammatical fixes.
2019-09-03 17:21:32 -06:00
Scott Martin
01c531b375
Update MDN docs link for tagged templates
2019-09-03 17:49:23 +01:00
Ilya Kantor
ef370b6ace
closes #1220
2019-09-03 14:55:10 +03:00
Ilya Kantor
415067efbb
Merge pull request #1312 from galacemiguel/patch-1
...
Fix typo in Proxy and Reflect article
2019-09-03 13:23:36 +03:00
Ilya Kantor
b5b86f4f14
Merge pull request #1313 from paroche/patch-14
...
Update task.md
2019-09-03 13:22:29 +03:00
paroche
cdde99fd19
Update task.md
...
Wording was ungrammatical and hard to understand. I made my best guess as to what you want to say. However, it is not clear from the description or the examples whether the debounce wrapper should inhibit calls attempted ms milliseconds after the last call that wasn't ignored, or ms milliseconds after the last call that was attempted, even if it was ignored. I would think it would be the former, but the example could go either way. If the f(4) example used 1000 or 1001 ms and still runs, that would clear it up. If it has to be 1100 like it is, that would suggest that it's the second scenario above. In my propsed change I preserved the ambiguity.
2019-09-02 19:49:54 -06:00
Miguel N. Galace
0a812130ef
Fix typo in Proxy and Reflect article
2019-09-03 07:29:26 +08:00
Ilya Kantor
ade541bd61
closes #1294
2019-09-02 23:57:08 +03:00
Ilya Kantor
b2cedf7b0a
closes #1308
2019-09-02 23:43:51 +03:00
Ilya Kantor
c01347aa2e
minor
2019-09-02 23:31:05 +03:00
Ilya Kantor
15f8b887f1
closes #1309
2019-09-02 23:21:04 +03:00
Ilya Kantor
08a9560166
closes #1309
2019-09-02 23:19:07 +03:00