Commit graph

17 commits

Author SHA1 Message Date
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)