en.javascript.info/1-js/11-async/02-promise-basics
Peter Roche cae000f4ee
Update article.md
Small punctuation change. 

Separately, I didn't change anything on this today, but note that line 34 above:
"So to summarize: the executor runs automatically and attempts to perform a job. When it is finished with the attempt it calls `resolve` if it was successful or `reject` if there was an error."
was, before it was changed recently, pretty much the same as line 82 above:
"To summarize, the executor should perform a job (usually something that takes time) and then call `resolve` or `reject` to change the state of the corresponding promise object."
So maybe some revision there is in order -- to not have both, or to change one or both. Not familiar enough with the article at this point to make the revision.
2020-01-22 23:08:01 -07:00
..
01-re-resolve refactor classes, add private, minor fixes 2019-03-05 18:44:28 +03:00
02-delay-promise refactor classes, add private, minor fixes 2019-03-05 18:44:28 +03:00
03-animate-circle-promise refactor classes, add private, minor fixes 2019-03-05 18:44:28 +03:00
article.md Update article.md 2020-01-22 23:08:01 -07:00
head.html refactor classes, add private, minor fixes 2019-03-05 18:44:28 +03:00
promise-reject-1.svg re-import images from Sketch (no changes) 2019-10-10 17:08:16 +03:00
promise-resolve-1.svg re-import images from Sketch (no changes) 2019-10-10 17:08:16 +03:00
promise-resolve-reject.svg re-import images (Sketch update) 2019-11-30 08:51:52 +03:00