Commit graph

3384 commits

Author SHA1 Message Date
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
f21cb0a2f4 WIP 2019-09-04 15:44:48 +03: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
Ilya Kantor
e8091b1a72 closes #1309 2019-09-02 23:13:27 +03:00
Ilya Kantor
6dd2798597 closes #1310 2019-09-02 22:08:28 +03:00
Ilya Kantor
cc50d03e38
Merge pull request #875 from sawyerrken/master
modified sub headings for clarity and to avoid confusion
2019-09-02 22:01:27 +03:00
Ilya Kantor
a30e4643c7
Merge branch 'master' into master 2019-09-02 22:01:16 +03:00
Ilya Kantor
be1746db90
Merge pull request #1299 from Jandoria/patch-1
Some minor corrections to the fetch-crossorigin article
2019-09-02 21:59:37 +03:00
Ilya Kantor
fa83639519
Merge pull request #1298 from theBearWhoCodes/style
fix minor English language issues
2019-09-02 21:59:15 +03:00
Ilya Kantor
427fbea180 minor 2019-09-02 21:58:57 +03:00
Ilya Kantor
1efa9c7fe8
Merge pull request #1311 from atimidguy/master
grammar fix
2019-09-02 21:58:03 +03:00
Ilya Kantor
89ff13f26d minor 2019-09-02 21:55:37 +03:00
Ilya Kantor
07319c719c minor 2019-09-02 21:50:44 +03:00
Ilya Kantor
93316a428c minor 2019-09-02 21:49:32 +03:00
Ilya Kantor
2f9221f4d3 minor 2019-09-02 21:48:45 +03:00
Ilya Kantor
c6b8c2595d minor 2019-09-02 21:30:08 +03:00
Ilya Kantor
53e5139578 minor 2019-09-02 21:29:28 +03:00
Ilya Kantor
4723afdcf4 minor 2019-09-02 18:25:18 +03:00
atimidguy
dfc0c751d9
grammar fix
removed 'is'
2019-09-02 21:27:34 +08:00
Ilya Kantor
0110927124 fixes 2019-09-02 14:40:56 +03:00
Ilya Kantor
a6a75f30fd
Merge pull request #1304 from DouglasMV/fixes
Fixed a typo
2019-09-02 14:39:24 +03:00
Ilya Kantor
5f540e7210 minor 2019-09-02 14:38:59 +03:00
Ilya Kantor
4d808231b0
Merge pull request #1305 from paroche/patch-9
Update article.md
2019-09-02 14:37:32 +03:00
Ilya Kantor
33c4149533
Merge pull request #1306 from paroche/patch-12
Update article.md
2019-09-02 14:36:57 +03:00
Ilya Kantor
dbfe588ae1
Merge pull request #1307 from paroche/patch-13
Update article.md
2019-09-02 14:36:39 +03:00
paroche
bcae3c640f
Update article.md 2019-09-01 19:31:28 -06:00
paroche
6292469b88
Update article.md
Qualify that while cachingDecorator() will now work with any number of arguments, the hash() function given will not. Or, perhaps better, could just change the hash function to something like:

function hash(args) {
  return [...args].join();
}
2019-09-01 19:14:59 -06:00
paroche
d27e96cec3
Update article.md
Says "is the same object as:", but what's below is an assignment (that includes an object). I didn't have any problem understanding it, didn't even notice it at first, but I thought it would be more accurate this way without sacrificing clarity.
2019-09-01 18:14:56 -06:00
paroche
25bf9f5afe
Update article.md
1. Since is general statement, thought might be better to use general function name.
2. "Do the following steps" is a bit awkward, in that usually one doesn't "do" steps (but rather "takes", or "follows", or "executes" steps, perhaps). But it does convey the meaning, and perhaps it's a relatively new usage in business or tech that I'm not familiar with. For me, it comes off a bit awkward. Leaving out "steps" works grammatically and preserves the sense. Or could find another verb to replace "do" -- but nothing perfect came to mind. Not that bad the way it is, but since I was already changing the sentence...
2019-09-01 17:46:44 -06:00
Douglas Mariano Valero
e3cec3b488
Fixed a typo 2019-09-01 13:16:04 -03:00
Alejandro Martín Parra
738e9b12c0
there must be exactly the origin there. 2019-09-01 13:31:56 +02:00
Ilya Kantor
c4d1987ebc
Merge pull request #1300 from Jandoria/patch-2
Typo fix
2019-09-01 11:37:44 +03:00
Ilya Kantor
bbdb520e6b
Merge pull request #1301 from paroche/patch-9
Update article.md
2019-09-01 11:37:37 +03:00
Ilya Kantor
3d797b2ec5
Merge pull request #1302 from DouglasMV/master
Fixed a typo
2019-09-01 11:37:16 +03:00
Douglas Mariano Valero
7556bda13a
Typo 2019-09-01 01:06:11 -03:00
Douglas Mariano Valero
43c66e5446
Merge pull request #1 from javascript-tutorial/master
sync to upstream
2019-09-01 01:05:31 -03:00