Commit graph

26 commits

Author SHA1 Message Date
Ilya Kantor
74d14af108 minor fixes 2021-05-13 13:13:18 +03:00
Richard
18534d3abd Clearer CachingDecorator comments
- comments are in pairs. The first of the pair talks about what
   happened "caching" and the second pair talks about what was
   alerted "the same". This is confusing.
 - changed comment so both lines tell the reader what happened
   and what result was returned.
2021-02-01 18:08:34 +00:00
Ilya Kantor
cd5a7e451f fix debounce 2020-05-06 20:27:34 +03:00
LeviDing
c039f04ef9
Update article.md 2020-02-29 19:52:30 +08:00
Ilya Kantor
994390265a fixes #1669 2019-12-27 11:40:59 +03:00
Ilya Kantor
ce8e68f21c minor fixes 2019-11-28 13:56:48 +03:00
Ilya Kantor
3483424f62
Merge pull request #1476 from hrodward/patch-9
Update article.md
2019-10-19 20:25:02 +03:00
hrodward
5ac537f211
Update article.md
Deleted the full-stop as it's one sentence only
2019-10-18 08:37:21 +02:00
hrodward
81a250337d
Update article.md
There has to be a scary CPU-intensive task here, otherwise the example wouldn't make sense. Hence the suppression of "can";
I have also removed "actually" because in this context it would be interpreted as "to your surprise", which is not the case here
2019-10-18 08:07:53 +02:00
Ilya Kantor
b2cedf7b0a closes #1308 2019-09-02 23:43:51 +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
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
e6e562040d minor 2019-08-01 13:51:03 +03:00
Ilya Kantor
446154fc69 up 2019-07-31 23:31:16 +03:00
Ilya Kantor
3ba28aa104 images to svg 2019-07-28 15:42:37 +03:00
Ilya Kantor
f8570ae3a0 fixes 2019-05-11 11:28:46 +03:00
Mau Di Bert
7c97edc67c
typo 2019-03-02 08:54:52 -03:00
Ilya Kantor
be007e78ef remove cut 2018-02-06 13:07:22 +03:00
Khristinin Nikita
095af8b6f6
Fix misspeling
user.format - not exist in the code bellow.
Probably you mean  `worker.slow`
2018-01-21 09:06:20 +02:00
Anton A. Zabirko
cb26b559bb
Clarity for this
A more ideal explanation of `this` assigning
2017-11-10 07:59:54 -08:00
Alexander
62c866930f
Update article.md 2017-10-30 03:02:37 +03:00
Thierry Parmentelat
4121423fc0 flushing my list of typos when reaching the Objects chapter 2017-05-12 10:28:56 +02:00
Ilya Kantor
57dc058c49 typos 2017-04-17 21:45:55 +02:00
Ilya Kantor
bc9117e70f minor 2017-03-28 10:55:51 +03:00
Ilya Kantor
97c8f22bbb up 2017-03-21 17:14:05 +03:00
Renamed from 1-js/06-advanced-functions/08-call-apply-decorators/article.md (Browse further)