Commit graph

3116 commits

Author SHA1 Message Date
Ilya Kantor
9fab25a7a2
Merge pull request #2329 from vsemozhetbyt/patch-2
Fix typo in 1.99.1 (Proxy and Reflect)
2020-12-05 19:29:26 +03:00
Osvaldo Dias dos Santos
268159c139 Fix typo. 2020-12-05 00:04:46 +01:00
Vaibhav Soni
3d86152fdd
Update article.md
Fix some quotes for consistency with above paragraphs
2020-12-03 18:51:18 +00:00
Vaibhav Soni
634e066841
Update 1-js/02-first-steps/08-operators/article.md
Co-authored-by: Vse Mozhe Buty <vsemozhetbyt@gmail.com>
2020-12-03 15:21:13 +00:00
Vaibhav Soni
5c0ea294ce
Update article.md
In the section "String concatenation with binary +", the example of 2 + 2 + "1" was given, but there was no example for when the first operand is a string.
2020-12-03 09:08:02 +00:00
Kevin Jones
79f3caf351
Fix for issue #2314 2020-11-30 19:51:03 -06:00
Vse Mozhe Buty
5aebb8960a
Fix typos in 1.5.8 (WeakMap and WeakSet) 2020-11-29 18:19:28 +02:00
Vse Mozhe Buty
34e711cb23
Fix typo, add info in 1.11.5 (Promise API) 2020-11-29 18:06:45 +02:00
Vse Mozhe Buty
b1bee552b2
Fix typo in 1.99.1 (Proxy and Reflect) 2020-11-29 17:45:05 +02:00
Ilya Kantor
9065fd33d0
Merge pull request #2302 from patrikbego/patch-3
Rephrased for clarity.
2020-11-29 11:25:18 +03:00
Ilya Kantor
574dd84b23 closes #2319 2020-11-29 11:22:53 +03:00
Ilya Kantor
d2ebb4236d
Merge pull request #2288 from lumosmind/patch-54
Promise.any
2020-11-29 10:56:43 +03:00
Ilya Kantor
947afdda31
Merge pull request #2297 from patrikbego/patch-2
Fixed couple of grammar mistakes.
2020-11-25 13:55:19 +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
Ilya Kantor
b8fb9d489d
Merge pull request #2300 from patrikbego/patch-1
Rephrased for better clarity.
2020-11-25 09:01:03 +03:00
Ilya Kantor
865174e9c8
Merge pull request #2285 from joneskj55/patch-1
Minor grammar alteration.
2020-11-25 08:58:24 +03:00
Ilya Kantor
9700f82b12
Merge pull request #2283 from leviding/patch-31
FIX: some typo error
2020-11-25 08:48:09 +03:00
Ilya Kantor
50c3e3de80
Merge pull request #2199 from vsemozhetbyt/patch-6
Clarify some things in 1.5.12
2020-11-25 08:47:10 +03:00
Patrik
79710c4dd1
Update article.md 2020-11-24 23:32:34 +01:00
Ilya Kantor
445d2c85e1 minor fixes 2020-11-24 23:32:40 +03:00
Ilya Kantor
721172983d
Merge pull request #2193 from vsemozhetbyt/patch-4
Fix possible typo in 1.5.7 task
2020-11-24 23:25:44 +03:00
Ilya Kantor
aacdf015c4
Merge pull request #2192 from vsemozhetbyt/patch-3
Symmetrize Map and Set summaries
2020-11-24 23:25:32 +03:00
Ilya Kantor
a9d23632b6
Merge pull request #2296 from odsantos/update-strings
Rephrase sentence.
2020-11-24 23:23:25 +03:00
Ilya Kantor
c066feac6c
Merge pull request #2191 from vsemozhetbyt/patch-2
Clarify a bit ambiguous wording in 1.5.7
2020-11-24 23:11:43 +03:00
Ilya Kantor
246c6c4340
Merge branch 'master' into patch-1 2020-11-24 23:04:21 +03:00
Peter Roche
ac92672cbd
And a little more
More little tweaks. That should do for now.
2020-11-24 02:33:38 -07:00
Peter Roche
865c3290ed
Further minor changes to punctuation and wording
(even more minor)
2020-11-24 02:22:47 -07:00
Peter Roche
58136cb44f
Update article.md
Various minor punctuation and phrasing changes.
2020-11-24 01:59:50 -07:00
joaquinelio
bd448509d2
fix nested markdown 2020-11-24 01:27:40 -03:00
Ilya Kantor
23da191b58 minor fixes 2020-11-22 14:33:24 +03:00
Ilya Kantor
2f0c37db83 fixes 2020-11-22 14:29:25 +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
Patrik
1feed09c5e
Rephrased for clarity. 2020-11-19 16:15:26 +01:00
Patrik
fa4b19e615
Rephrased for better clarity. 2020-11-19 15:04:22 +01:00
Patrik
0b401e613e
Updated article.md
Fixed couple of grammar mistakes.
2020-11-19 02:40:36 +01:00
Osvaldo Dias dos Santos
5e9937afe0 Rephrase sentence. 2020-11-18 22:58:28 +01:00
LeviDing
15780b3a24
Update task.md 2020-11-17 20:58:33 +08: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
LeviDing
adf83c64b7
Update article.md 2020-11-16 00:32:55 +08:00
LeviDing
80eb70fd90
Update article.md 2020-11-15 22:27:03 +08:00
LeviDing
358c38988d
Update article.md 2020-11-15 22:23:11 +08:00
LeviDing
5b63e81e4e
Update article.md 2020-11-15 22:12:00 +08:00
LeviDing
a39f437677
Update article.md 2020-11-15 21:46:06 +08:00
LeviDing
cb62d6d867
Update article.md 2020-11-15 21:19:03 +08:00
LeviDing
75e10e203e
Update article.md 2020-11-15 20:09:54 +08:00
LeviDing
7a67741a9b
Update article.md 2020-11-15 19:42:42 +08:00
Kevin Jones
26d449c80e
Minor grammar alteration. 2020-11-13 14:58:10 -06:00