Commit graph

635 commits

Author SHA1 Message Date
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
Vse Mozhe Buty
740a2dfd5b
Fix typo in 1.2.12 2020-09-27 11:11:41 +03:00
Ilya Kantor
58ed032bf8
Merge pull request #2129 from vsemozhetbyt/ch-1-2-9
Address some possible inconsistencies in 1.2.9
2020-09-24 14:21:57 +03:00
Ilya Kantor
9705a09ca7 minor fixes 2020-09-24 14:20:26 +03:00
Vse Mozhe Buty
071efd841b Address some possible inconsistencies in 1.2.9 2020-09-23 18:57:10 +03:00
Ilya Kantor
26505f3d15
Merge pull request #2121 from zzy0302/master
PR for issues/2119
2020-09-23 15:36:50 +03:00
Ilya Kantor
01e87b58a2
Merge pull request #2118 from vsemozhetbyt/ch-1-2-8
Fix old link and excess line break in 1.2.8
2020-09-23 12:47:50 +03:00
Ilya Kantor
5878a19c62
Merge pull request #2123 from leviding/patch-22
Fix minor typo error
2020-09-23 12:45:33 +03:00
Ilya Kantor
2aad40bd3b
Merge pull request #2134 from vsemozhetbyt/1.2.11
Address some possible issues in 1.2.11
2020-09-23 12:20:07 +03:00
Ilya Kantor
5c388dd791 content 2020-09-23 12:00:09 +03:00
Vse Mozhe Buty
64f3015dfd Address some possible issues in 1.2.11 2020-09-23 02:40:46 +03:00
zzy0302
3a64e5055b
Update 1-js/02-first-steps/05-types/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2020-09-21 11:31:06 +08:00
zzy0302
1480263553
Update article.md 2020-09-17 23:15:42 +08:00
LeviDing
1e0b2bf4fe
Update article.md 2020-09-17 21:07:02 +08:00
zzy0302
9964e3f576
Update article.md 2020-09-17 16:55:35 +08:00
zzy0302
2f37f1c40b
Update article.md 2020-09-17 16:54:45 +08:00