Commit graph

5384 commits

Author SHA1 Message Date
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
d4b3c135cc
Merge pull request #2526 from joaquinelio/patch-4
CANCEL meaning
2021-03-17 15:37:04 +03:00
joaquinelio
ff9972062a
CANCEL meaning 2021-03-17 09:32:56 -03:00
Ilya Kantor
e01998baf8 minor fixes 2021-03-14 09:52:00 +03:00
Ilya Kantor
bbf60dd340 minor fixes 2021-03-13 23:21:10 +03:00
Ilya Kantor
7ad529e27d
Merge pull request #2464 from VibingCreator/master
Unify content with cosmetic changes
2021-03-13 18:32:54 +03:00
Ilya Kantor
8bc505adcd closes #2459 2021-03-13 18:30:06 +03:00
Ilya Kantor
175574e261
Merge pull request #2440 from Zearin/patch-1
Update article.md
2021-03-13 18:20:14 +03: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
78f7678882 closes #2494 2021-03-13 10:12:32 +03:00
Ilya Kantor
91aed383d9 minor fixes 2021-03-13 10:08:29 +03:00
Ilya Kantor
a89de3548d closes #2498 2021-03-13 09:38:06 +03:00
Ilya Kantor
bf66ad6a82
Merge pull request #2511 from lumosmind/patch-6
spread operator vs spread syntax
2021-03-13 01:43:17 +03:00
Ilya Kantor
e0f41ea41b
Merge pull request #2509 from T1mL3arn/patch-1
Fix little formatting typo in 1.2.13 (loops)
2021-03-13 01:43:06 +03:00
Ilya Kantor
7ec4f287ae
Merge pull request #2507 from joaquinelio/patch-1
typo
2021-03-13 01:38:40 +03:00
Ilya Kantor
f267fad6e0
Merge pull request #2504 from fibretothepremises/patch-2
Update article.md - fix syntax
2021-03-13 01:36:05 +03:00
Ilya Kantor
20fd4f8a70
Merge pull request #2496 from knoxj1/master
Add comments to article.md
2021-03-13 01:23:58 +03:00
Ilya Kantor
e6bf25f6b3
Merge pull request #2495 from joaquinelio/info
needed 4 translated repos
2021-03-13 01:23:34 +03:00
Mustafa Kemal Tuna
d9d1023281
spread operator vs spread syntax
it should be spread syntax 
https://javascript.info/rest-parameters-spread
2021-03-08 15:43:00 +03:00
Timur
fdcf507c1c
Fix little formatting typo in 1.2.13 (loops) 2021-03-05 12:50:25 +10:00
joaquinelio
f452810885
typo 2021-03-02 10:28:52 -03:00
Ilya Kantor
f6ae0b5a5f minor fixes 2021-02-28 22:24:46 +03:00
fibretothepremises
879554f082
Update article.md - fix syntax
Fix syntax
2021-02-25 09:48:46 +11:00
Knox Jarvis
dd9833ccec
Update 2-ui/4-forms-controls/1-form-elements/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2021-02-10 10:34:10 -05:00
Knox Jarvis
ff9e2e2635
Merge pull request #1 from knoxj1/knoxj1-patch-1
Add comments to article.md
2021-02-04 18:25:59 -05:00
Knox Jarvis
c8a52a182b
Add comments to article.md
I do not think it's likely but I do not want anyone to mistake those lines for legitimate JS expressions. I modified those two lines to match the format of pretty much every other comment in the article.
2021-02-04 18:24:48 -05:00
joaquinelio
0d52720bc0 needed 4 translated repos 2021-02-04 11:49:03 -03:00
Zearin
f0145341c2
Remove comma after e.g. based on feedback 2021-02-02 12:49:33 -05: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
Ilya Kantor
58c9aae07f
Merge pull request #2463 from lijunkang12/patch-1
Update task.md
2021-02-02 11:46:39 +03:00
Ilya Kantor
1c24978bd7
Merge pull request #2470 from helloimjordan/patch-1
Fix article typo
2021-02-02 11:43:46 +03:00
Ilya Kantor
3fa4c32e1d minor fixes 2021-02-02 11:43:35 +03:00
Ilya Kantor
19bf2d3f5a
Merge pull request #2469 from fibretothepremises/patch-1
fix word
2021-02-02 11:38:22 +03:00
Ilya Kantor
0f00709fbf
Merge pull request #2475 from pawel-123/patch-1
Fix typo in "liseners" on line 21
2021-02-02 11:17:26 +03:00
Ilya Kantor
5a9f6c4053
Merge pull request #2476 from seamissu/patch-3
fix typo: missing semicolon after let ladder = { }
2021-02-02 11:17:11 +03:00
Ilya Kantor
355c2e3570
Merge pull request #2466 from aliaghdam/master
fix undefined to pass test
2021-02-02 11:07:50 +03:00
Ilya Kantor
0806399c51 minor fixes 2021-02-02 10:37:28 +03:00
Ilya Kantor
0c8a4fe995
Merge pull request #2482 from lumosmind/patch-3
there are four logical operators in JS
2021-02-02 10:36:35 +03:00
Ilya Kantor
23674dd7f1
Merge pull request #2483 from f6p/create-vs-inner-grammar
Improve modyfying document task one sentence grammar
2021-02-02 10:32:55 +03:00
Ilya Kantor
f3dc5d1174
Merge pull request #2484 from MuhammedZakir/patch-1
Add missing semicolon in Arrow Functions (1-6-12)
2021-02-02 10:32:44 +03:00
Ilya Kantor
ebd0d110df
Merge pull request #2485 from notapatch/pr-call-apply-decorators-clearer-comments
Clearer CachingDecorator comments
2021-02-02 10:32:33 +03:00
Ilya Kantor
a5523ad287
Merge pull request #2486 from asamant/asamant-patch-1
Update article.md
2021-02-02 10:31:20 +03:00
Ilya Kantor
e825d256a5
Merge pull request #2487 from lumosmind/patch-4
conflict with "rest syntax"
2021-02-02 10:31:05 +03:00
Mustafa Kemal Tuna
005204e107
conflict with "rest syntax"
I think argN represents count of arbitrary parameters. But this syntax looks like "rest syntax". It could be more understandable to change it like this.
2021-02-02 07:03:39 +03:00
Aniket Samant
96e95bb3d1
Update article.md
A minor addition. (...where such thing doesn't happen. --> where such a thing doesn't happen.)
2021-02-02 03:47:59 +05:30
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
Muhammed Zakir
4df24f3a08
Add missing semicolon in Arrow Functions (1-6-12) 2021-02-01 21:42:48 +05:30
Filip Pyda
21d444fcb5 Add will to modyfying document task 1 sentence 2021-02-01 09:32:46 +01:00