paroche
eda95124c4
Update article.md
...
Remove comma.
2019-09-13 22:45:46 -06:00
paroche
4d139e94cd
Update article.md
...
Minor wording change.
2019-09-12 22:35:25 -06:00
Ilya Kantor
235a2ed197
minor
2019-09-04 18:53:30 +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
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
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
427fbea180
minor
2019-09-02 21:58:57 +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
ace9460329
Update article.md
...
Wording of initial explanation of spread operator.
2019-08-31 20:01:01 -06:00
Ilya Kantor
60a64a9a1a
Merge pull request #1288 from atimidguy/master
...
Typo/grammar fix
2019-08-28 17:56:03 +03:00
atimidguy
990cc4085c
Update article.md
2019-08-28 20:13:51 +08:00
atimidguy
a3c7eede1b
Merge branch 'master' into atimidguy-patch-2
2019-08-28 19:22:36 +08:00
atimidguy
e3cb02feec
Update article.md
...
fixed grammaticalmistakes, i.e. changed 'And' to 'and', added missing pronoun 'it' after 'to'.
2019-08-28 19:20:15 +08:00
atimidguy
a750d6f579
fixed missing pronoun 'it'
...
fixed missing pronoun 'it'
2019-08-28 19:07:51 +08:00
atimidguy
203562bfa6
fixed missing pronoun 'it'
...
fixed missing pronoun 'it'.
2019-08-28 19:06:30 +08:00
paroche
3b96e2519d
Update article.md
...
Maybe this is what you want. "Complexity" is singular, so if that's the antecedent, one would use "was".
2019-08-27 21:46:58 -06:00
Ilya Kantor
c048701b9a
Merge pull request #1268 from paroche/patch-6
...
Update article.md
2019-08-26 14:28:38 +03:00
Ilya Kantor
f8f402b61d
Merge pull request #1269 from paroche/patch-7
...
Update article.md
2019-08-26 14:28:13 +03:00
paroche
a736f71fb4
Update article.md
...
Correct spelling of "standardized".
2019-08-24 22:40:21 -06:00
paroche
d3b5889e65
Update article.md
2019-08-23 19:55:06 -06:00
paroche
78a6ffad05
Update article.md
...
Change to wording about maximum recursion depth.
2019-08-22 19:48:21 -06:00
Vim Shah
ca85093181
Update article.md
...
fixed typo
2019-08-19 18:17:44 -07: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
b7a0591007
minor
2019-08-06 09:50:01 +03:00
Ilya Kantor
25a77d376a
currying
2019-08-02 20:18:52 +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
Ilya Kantor
51cf334b0a
Merge pull request #1201 from dagolinuxoid/patch-2
...
fix phrasing by deleting superfluous word
2019-08-02 12:18:03 +03:00
daGo
9b55869085
insert the 'if' word
...
even it's -> even if it's
2019-08-02 11:46:48 +03:00
daGo
63acd3dd7d
fix phrasing by deleting superfluous word
...
provides has -> provides
2019-08-02 10:11:43 +03:00
Ilya Kantor
e6e562040d
minor
2019-08-01 13:51:03 +03:00
Ilya Kantor
446154fc69
up
2019-07-31 23:31:16 +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
6782931a9e
minor
2019-07-31 11:22:09 +03:00
Violet.Lee
5deaa8ab2f
Update article.md
...
The actual intended interval is 2 seconds not 5 seconds.
2019-07-31 03:57:37 +09:00
Ilya Kantor
3ba28aa104
images to svg
2019-07-28 15:42:37 +03:00
Ilya Kantor
2277f2f44a
images
2019-07-27 17:30:44 +03:00
Ilya Kantor
63dc4cddd4
images to svg
2019-07-27 15:55:44 +03:00
va-z
339c0b622e
Fix typo
...
line 46:
changed "we loose" to "we lose"
2019-07-27 01:44:17 +05:00
Ilya Kantor
138237e894
fixes
2019-07-26 12:43:55 +03:00
Vivekraj
2d748b976d
Fix English Grammar
2019-07-22 20:42:10 +05:30
Ilya Kantor
287c8e9bf4
Merge pull request #1109 from neoarma/patch-2
...
Update article.md
2019-07-05 15:59:31 +03:00