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
Mustafa Kemal Tuna
82e4e212f4
there are four logical operators in JS
...
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator
2021-02-01 11:11:35 +03:00
seamissu
526b216871
fix typo: missing semicolon after let ladder = { }
2021-01-30 04:26:38 +11:00
Pawel
3f8ab2426d
Fix typo in "liseners" on line 21
2021-01-29 12:32:39 +01:00
Jordan Cates
1246f79ca2
Fix article typo
...
remove unnecessary 'in'
2021-01-27 17:22:26 -08:00
fibretothepremises
936bea24bc
fix word
...
fix word "when" to "than".
2021-01-27 17:39:35 +11:00
Zearin
4711ee4e85
Update article.md
2021-01-25 11:03:51 -05:00
Zearin
d78ce9ca32
Update article.md
2021-01-25 11:01:01 -05:00
Zearin
b93be7398a
Update article.md
2021-01-25 10:55:45 -05:00
Ali Aghdam
6975a01941
fix undefined to pass test
2021-01-25 14:54:10 +03:30
VibingCreator
ad012798ea
restore try-catch-flow.svg
2021-01-25 01:34:29 +01:00
VibingCreator
93b1051687
unify content with cosmetic changes
2021-01-25 01:30:00 +01:00
Junkang Li
aef2a02f42
Update task.md
...
To be coherent with the solution and the picture below.
2021-01-23 16:42:55 +01:00
Ilya Kantor
97ef86242f
Merge pull request #2462 from AmosChenYQ/amoschen-classes-correct
...
modify alternative method in comment of mixins' code example
2021-01-23 09:27:59 +03:00
AmosChenYQ
13a6a7586c
modify alternative method in comment of mixins' code example
2021-01-23 11:44:43 +08:00
Ilya Kantor
7bd55a44a1
Merge pull request #2458 from martynov-94/patch-2
...
typo
2021-01-22 08:17:37 +03:00
Ilya Kantor
f0d389e73f
Merge pull request #2457 from martynov-94/patch-3
...
to both -> both to
2021-01-22 08:17:19 +03:00
martynov-94
21a751ab0e
to both -> both to
...
In the original it's read as if there is two rabbit methods, instead of "both to... and also to..."
2021-01-22 08:11:54 +03:00
Ilya Kantor
b462bdd1d3
Merge pull request #2443 from emek/minor-text-fix
...
Fix mismatched alert text
2021-01-21 22:52:29 +03:00