Ilya Kantor
617dfc7b04
minor fixes
2021-06-13 11:46:06 +03:00
Ilya Kantor
bcb47b74cb
Merge pull request #2612 from joaquinelio/patch-4
...
"not required" vs "incorrect"
2021-06-13 11:02:19 +03:00
Ilya Kantor
2b1600e883
Merge pull request #2622 from leviding/patch-37
...
FIX: minor typo error
2021-06-13 10:47:39 +03:00
Ilya Kantor
964ba1530f
function parameters vs arguments
2021-06-13 10:46:23 +03:00
LeviDing
6a742c4a94
Update article.md
2021-06-08 23:18:44 +08:00
joaquinelio
4c35f5998a
"not required" vs "incorrect"
2021-05-29 18:40:18 -03:00
Ilya Kantor
ae8248bb56
minor fixes
2021-05-17 17:29:29 +03:00
Ilya Kantor
18a039473a
minor fixes
2021-05-16 18:51:51 +03:00
Ilya Kantor
f84140232e
minor fixes
2021-05-16 18:51:44 +03:00
Ilya Kantor
f598b720ad
minor fixes
2021-05-16 18:43:55 +03:00
Ilya Kantor
fb09afc0fd
minor fixes
2021-05-16 18:42:05 +03:00
Ilya Kantor
859fa9bedd
minor fixes
2021-05-16 18:08:21 +03:00
Ilya Kantor
70049c3fdf
minor fixes
2021-05-16 18:06:55 +03:00
Ilya Kantor
bad5236ed0
minor fixes
2021-05-16 18:05:30 +03:00
Ilya Kantor
89183a0b4a
minor fixes
2021-05-16 18:04:28 +03:00
Ilya Kantor
80956ed877
closes #2600
2021-05-16 12:01:01 +03:00
Dylan Dixon
a2c36c946b
Fix plural typo line 414
...
Fixed a small typo with pluralization.
2021-04-09 20:39:27 -02:30
Ilya Kantor
d3f5a59d06
closes #2536
2021-03-26 08:38:34 +03:00
Ilya Kantor
211e13070c
Merge pull request #2537 from joaquinelio/patch-6
...
typo
2021-03-26 08:25:53 +03:00
Ilya Kantor
532b64f3d4
closes #2547
2021-03-26 08:13:54 +03:00
joaquinelio
cd4de4b186
typo
2021-03-23 03:23:04 -03:00
Shreenanda
51b2becd64
Add semicolon
2021-03-15 06:48:59 +05:30
Shreenanda
b96642dd20
Add semicolon
2021-03-15 06:48:10 +05:30
Ilya Kantor
a89de3548d
closes #2498
2021-03-13 09:38:06 +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
Timur
fdcf507c1c
Fix little formatting typo in 1.2.13 (loops)
2021-03-05 12:50:25 +10:00
joaquinelio
0d52720bc0
needed 4 translated repos
2021-02-04 11:49:03 -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
3fa4c32e1d
minor fixes
2021-02-02 11:43:35 +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
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
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
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
b462bdd1d3
Merge pull request #2443 from emek/minor-text-fix
...
Fix mismatched alert text
2021-01-21 22:52:29 +03:00
Ilya Kantor
0c4913c367
minor fixes
2021-01-21 22:51:55 +03:00
Emek Türkeli
9e1d5315ad
Fix mismatched alert text
2021-01-16 19:39:08 +03:00
Mustafa Kemal Tuna
6a432df33b
parameters are also local variables
...
We can declare local variables and give them initial values in parameter list of function definition. So we have another way to create local variables.
2021-01-10 00:01:17 +03:00
Mustafa Kemal Tuna
80c490153a
all operators must return a value
...
All operators should return a value because of the definition of the term 'operator'.
I could not find an operator as an exception which doesn't return a value.
Do you?
2021-01-07 12:09:31 +03:00
Ilya Kantor
2b79ab1ff8
minor fixes
2020-12-14 17:34:52 +03:00
Ilya Kantor
0936245a87
Merge pull request #2341 from vsoni101/patch-1
...
Update article.md in section 2.8
2020-12-07 17:15:24 +03: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
Ilya Kantor
23da191b58
minor fixes
2020-11-22 14:33:24 +03:00
Ilya Kantor
fa0bcd3e1f
Merge pull request #2159 from vsemozhetbyt/patch-2
...
Fix link in 1.2.18
2020-10-07 21:30:29 +03:00
Ilya Kantor
181cc781ab
minor fixes
2020-10-04 23:11:08 +03:00
Ilya Kantor
ecfd1136af
minor
2020-10-01 19:22:39 +03:00
Vse Mozhe Buty
c970f424c2
Fix link in 1.2.18
...
The current link is redirected to the parent chapter.
This fix is in sync with
https://javascript.info/operators#bitwise-operators and #2117
2020-09-28 18:03:48 +03:00