en.javascript.info/1-js/06-advanced-functions
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
..
01-recursion Update article.md 2019-08-22 19:48:21 -06:00
02-rest-parameters-spread-operator Update article.md 2019-08-31 20:01:01 -06:00
03-closure Update article.md 2019-08-23 19:55:06 -06:00
04-var minor fixes 2019-07-04 22:21:34 +03:00
05-global-object Update article.md 2019-08-24 22:40:21 -06:00
06-function-object Update article.md 2019-08-28 20:13:51 +08:00
07-new-function up 2019-07-31 23:18:20 +03:00
08-settimeout-setinterval minor 2019-09-02 21:58:57 +03:00
09-call-apply-decorators Update task.md 2019-09-02 19:49:54 -06:00
10-bind currying 2019-08-02 20:18:52 +03:00
12-arrow-functions fixes 2019-07-26 12:43:55 +03:00
index.md up 2017-03-21 14:41:49 +03:00