Commit graph

227 commits

Author SHA1 Message Date
Ilya Kantor
f1210b4f7b minor 2021-10-10 18:51:05 +03:00
joaquinelio
1b31575e0d
promise chain flow 2021-08-15 16:36:58 -03:00
Yan
12d79680e8
Make use of loadJson inside loadGithubUser 2021-08-06 13:38:08 -04:00
Z Yin
d43bdd28eb
slightly improve clarity on Promise.all() 2021-06-18 23:37:39 -04:00
joaquinelio
497ca99529
Update article.md 2021-06-16 08:32:53 -03:00
joaquinelio
2dce19e3e9
"inserts into" instead of "appends to" 2021-06-16 02:05:38 -03:00
Ilya Kantor
4b10919661
Merge pull request #2550 from hamirmahal/feat/update-readability-of-7-microtask-queue
close #2534 by slightly changing 7-microtask-queue
2021-04-17 20:08:18 +03:00
Venkata Pavan
c06e21fee9
Few grammatical corrections
Few grammatical corrections
2021-03-31 13:30:26 +05:30
Hamir Mahal
a4ba2bbbce close #2534 by slightly changing 7-microtask-queue 2021-03-26 14:35:55 -07:00
Hamir Mahal
065e31d0d4 improve readability of article in chapter 8, async
This mostly has readability improvements. There is one change, adding "(this is the same as (result => alert(result))" to a comment, that is solely there for clarification, to help out people learning about this for the first time.
2021-03-18 10:36:21 -07:00
Ilya Kantor
c3a9bbdf49 minor fixes 2021-03-13 15:57:12 +03:00
Ilya Kantor
e4c769d17b
Merge pull request #2489 from mikitachyzhyk/patch-1
Considering Promise.any there are 6 static methods
2021-03-13 10:12:49 +03:00
Ilya Kantor
7533c719fb minor fixes 2021-02-02 16:56:39 +03:00
Mikita Chyzhyk
7be7b28a97
Considering Promise.any there are 6 static methods 2021-02-02 14:13:12 +03:00
joaquinelio
a27b7e2310
"exception" vs "new feature" ? 2021-01-12 08:28:05 -03:00
Raegon Kim
83b051e2b2
Change source of the term 'microtask' 2020-12-31 15:45:40 +09:00
Ilya Kantor
13da056653 closes #2401 2020-12-22 11:41:58 +03:00
joaquinelio
5a14316d8a
Update article.md 2020-12-19 22:40:31 -03:00
joaquinelio
1af33d1905
Give me five 2020-12-19 22:29:38 -03:00
Ilya Kantor
0585eda755 closes #2248 2020-12-05 23:06:01 +03:00
Ilya Kantor
386870dd50 minor fixes 2020-12-05 19:38:24 +03:00
Vse Mozhe Buty
34e711cb23
Fix typo, add info in 1.11.5 (Promise API) 2020-11-29 18:06:45 +02:00
Ilya Kantor
d2ebb4236d
Merge pull request #2288 from lumosmind/patch-54
Promise.any
2020-11-29 10:56:43 +03:00
Mustafa Kemal Tuna
b73c2a4525
typo 2020-11-25 10:38:23 +03:00
Mustafa Kemal Tuna
5f040588ff
Summary section is fixed
first fulfilled promise can not return error.
2020-11-25 10:37:06 +03:00
Mustafa Kemal Tuna
0e79e06444
example is fixed and summary is extended
example is fixed and summary is extended due to feedbacks
2020-11-25 10:30:19 +03:00
Mustafa Kemal Tuna
e289aba4ee
Update 1-js/11-async/05-promise-api/article.md
Co-authored-by: Vse Mozhe Buty <vsemozhetbyt@gmail.com>
2020-11-20 15:43:20 +03:00
Mustafa Kemal Tuna
891495cd47
Promise.any
I think Promise.any() must be in this article.
2020-11-17 07:55:57 +03:00
LeviDing
6db57d9494
Update article.md 2020-11-16 15:53:33 +08:00
Ilya Kantor
fd08e1c20c
Merge pull request #2279 from lumosmind/patch-53
look like ninja code
2020-11-11 17:59:12 +03:00
Ilya Kantor
29a7b6677e
Update article.md 2020-11-11 17:57:38 +03:00
Vse Mozhe Buty
59a2f34123
Fix a typo in 1.11.3 (Promises chaining)
Refs: https://github.com/javascript-tutorial/en.javascript.info/pull/2252#issuecomment-724565094
2020-11-10 13:03:41 +00:00
Mustafa Kemal Tuna
a4194ceeff
look like ninja code
It can be more readable with same line of code. There was a lot of nested parenthesis.
2020-11-10 15:45:14 +03:00
Ilya Kantor
96b98541a3
Merge pull request #2258 from vsemozhetbyt/patch-12
Fix typo in 1.11.6 (Promisification)
2020-11-10 12:05:25 +03:00
Ilya Kantor
48b111d85f
Merge pull request #2257 from vsemozhetbyt/1.11.8
Fix semicolons, remove old note in 1.11.8
2020-11-10 12:05:14 +03:00
Ilya Kantor
2ff5eeb95a
Merge pull request #2255 from vsemozhetbyt/patch-11
Fix semicolons in 1.11.6  (Promisification)
2020-11-10 12:04:26 +03:00
Ilya Kantor
ca9a0225e1
Revert "Fix a typo in 1.11.3 (Promises chaining)" 2020-11-10 12:03:31 +03:00
Ilya Kantor
12a5cb02d7
Merge pull request #2252 from vsemozhetbyt/patch-10
Fix a typo in 1.11.3 (Promises chaining)
2020-11-10 12:03:16 +03:00
Ilya Kantor
9e99c367ab
Merge pull request #2249 from vsemozhetbyt/patch-9
Fix semicolons in 1.11.1 (Introduction: callbacks)
2020-11-09 13:28:19 +03:00
Vse Mozhe Buty
58d9f752b6
Fix typo in 1.11.6 (Promisification) 2020-11-01 03:03:36 +02:00
Vse Mozhe Buty
37c6a31de5 Fix semicolons, remove old note in 1.11.8 2020-11-01 01:45:02 +02:00
Ilya Kantor
9a6a9fb584
Update article.md 2020-11-01 00:16:29 +03:00
Vse Mozhe Buty
d5a88b6b2a
Fix semicolons in 1.11.6 (Promisification) 2020-10-31 18:10:32 +02:00
Vse Mozhe Buty
1236996ba1
Fix a typo in 1.11.3 (Promises chaining) 2020-10-31 12:57:05 +02:00
Vse Mozhe Buty
2f822c8ec3
Fix semicolons in 1.11.1 (Introduction: callbacks) 2020-10-30 18:01:51 +02:00
Ilya Kantor
0c760be1ee
Update task.md 2020-10-29 19:49:40 +03:00
Herrera-pgoat
58ee49a958
Update task.md
Made it clear what the question was asking from the user.
2020-10-22 16:05:32 -05:00
Ilya Kantor
e9686467e6 minor fixes, close #2137 2020-09-24 11:55:34 +03:00
Ilya Kantor
7907cd667c minor fixes 2020-08-04 10:33:40 +03:00
Ilya Kantor
f0ad0bafa2 minor fixes 2020-08-04 10:30:25 +03:00