Commit graph

517 commits

Author SHA1 Message Date
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
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
zzy0302
26e6412262
Update article.md 2020-09-17 16:53:35 +08:00
zzy0302
7ab911c25f
Update article.md
Safari in iOS14 support BigInt
2020-09-17 16:52:17 +08:00
Vse Mozhe Buty
8e7e13d6a1 Fix old link and excess line break in 1.2.8 2020-09-16 03:50:16 +03:00
Vse Mozhe Buty
79ba52a8f8 Fix link in 1.2.8 2020-09-14 00:41:46 +03:00
Ilya Kantor
70456665de
Merge pull request #2108 from vsemozhetbyt/ch-1-2-6
Fix typo in 1.2.6
2020-09-12 16:11:12 +03:00
Ilya Kantor
f95cdc69a3
Merge pull request #2106 from vsemozhetbyt/ch-1-2-5
Sync safe Number borders across chapter 1.2.5
2020-09-12 16:10:43 +03:00
Ilya Kantor
0168147c81
Merge pull request #2081 from MuhammedZakir/master
Restructure the Solution for 'Army of Functions' task and Fix Typos
2020-09-10 18:05:14 +03:00
Vse Mozhe Buty
dc5de4868e Fix typo in 1.2.6 2020-09-08 16:56:35 +03:00
Vse Mozhe Buty
2e192e03c1 Sync safe Number borders across chapter 1.2.5 2020-09-07 01:03:53 +03:00
Ilya Kantor
2aa7e5539a minor fixes 2020-09-05 18:12:12 +03:00
MuhammedZakir
0f5b63d86f Restructure the Solution for 'Army of Functions' task and Fix Typos
Fix #2068 - Army of Functions
Fix #2070 - Typo
Fix #2056 - Grammatical Error
Fix #2074 - Remove semi-colon after function declaration
2020-09-04 13:38:41 +05:30
Ilya Kantor
71988e17b0
Merge pull request #2069 from bookchiq/patch-1
Improve phrasing
2020-08-27 16:48:53 +03:00
Sarah Lewis
bbaa75b59e
Improve phrasing 2020-08-18 16:28:35 -07:00
Aiyo
f19c56b15d
BigInt header grammar fix 2020-07-24 10:22:22 +02:00
Ilya Kantor
e251f05e58
Merge pull request #1983 from lumosmind/patch-40
is 'if' operator?
2020-07-18 14:12:58 +03:00
Ilya Kantor
67e54bf269
Merge pull request #1984 from SakiPgr/patch-1
Corrected a typo
2020-07-18 14:12:44 +03:00
Ilya Kantor
a896d3c009
Merge pull request #1995 from leviding/patch-14
Fix error of BigInt
2020-07-18 14:10:39 +03:00
Ilya Kantor
1f6b1c77d8
Merge pull request #2003 from m47h4r/minor-fix-nullish-coalescing-operator
minor fix: precedence is 5 according to MDN
2020-07-18 14:08:18 +03:00