Ilya Kantor
cbd7d7831c
Merge pull request #3100 from joaquinelio/patch-11
2022-08-14 15:00:22 +03:00
Ilya Kantor
4a983425cb
Merge pull request #3101 from jbritton6/patch-1
2022-08-14 15:00:13 +03:00
Ilya Kantor
01f6378fff
Merge pull request #3103 from iwanderer/patch-1
2022-08-14 14:39:31 +03:00
Ilya Kantor
fb76d3bfee
Merge pull request #3105 from Rnbsov/patch-73
2022-08-14 14:35:27 +03:00
Ilya Kantor
4f3b02f74e
Merge pull request #3107 from san1811/patch-1
2022-08-14 14:34:39 +03:00
Ilya Kantor
6a18f47ffc
Merge pull request #3145 from leviding/patch-6
2022-08-14 14:34:19 +03:00
Ilya Kantor
2f9a190994
Merge pull request #3142 from betofc89/patch-1
2022-08-14 14:34:12 +03:00
Ilya Kantor
1eb3a57249
Merge pull request #3140 from vcodepro/master
2022-08-14 14:33:59 +03:00
Ilya Kantor
eee5b94926
Merge pull request #3139 from peterhauke/patch-3
2022-08-14 14:33:50 +03:00
Ilya Kantor
d98cf5267d
Merge pull request #3136 from rmarasigan/patch-1
2022-08-14 14:32:22 +03:00
Ilya Kantor
12cc61f7f8
Merge pull request #3135 from leviding/patch-5
...
fix: shash -> backslash
2022-08-14 14:32:13 +03:00
Ilya Kantor
2dbb4f58dc
Merge pull request #3134 from 110nard0/patch-1
...
Fix typos in array methods article.md
2022-08-14 14:32:01 +03:00
Ilya Kantor
bc0b21c727
Merge pull request #3133 from leviding/patch-4
...
fix: typo
2022-08-14 14:31:53 +03:00
Ilya Kantor
f9e0a8b171
Merge pull request #3131 from leviding/patch-3
...
fix: typo
2022-08-14 14:31:41 +03:00
Ilya Kantor
e76420a2ca
Merge pull request #3130 from gionny96/patch-1
...
Fixed a typo
2022-08-14 14:31:33 +03:00
Ilya Kantor
422bc3b20c
Merge pull request #3128 from LarsiParsii/patch-1
...
Correcting precedence number
2022-08-14 14:31:23 +03:00
Ilya Kantor
8d4df209c3
minor fixes
2022-08-14 14:31:14 +03:00
Ilya Kantor
3bfb6cd696
Merge pull request #3125 from chilipenko/patch-2
...
Add Number.isNaN and Number.isFinite
2022-08-14 14:26:34 +03:00
Ilya Kantor
962fa79b96
closes #3122
2022-08-14 12:31:05 +03:00
Ilya Kantor
f0f43667a4
Merge pull request #3121 from chilipenko/patch-1
...
Update conditions for choosing between toString and valueOf
2022-08-14 12:29:15 +03:00
Ilya Kantor
ed1b44eda3
Merge pull request #3120 from kushanksriraj/patch-1
...
docs: fix typo (missing verb)
2022-08-14 12:28:45 +03:00
Ilya Kantor
c7da1a00cc
closes #3119
2022-08-14 12:28:14 +03:00
Ilya Kantor
e82267ee47
Merge pull request #3118 from bhushan/patch-1
...
Update article.md
2022-08-14 11:27:55 +03:00
Ilya Kantor
15dacc13de
Merge pull request #3117 from romanstetsyk/master
...
Update the operator precedence table
2022-08-14 11:27:46 +03:00
Ilya Kantor
caaa05baeb
Merge pull request #3113 from leviding/patch-2
...
feat: improve type conversion for string with whitespace
2022-08-14 11:26:20 +03:00
Ilya Kantor
5d57a04b66
closes #3111
2022-08-14 11:25:47 +03:00
Ilya Kantor
313b174bf1
Merge pull request #3110 from xmready/patch-1
2022-08-14 11:17:34 +03:00
Ilya Kantor
e6b86f91ec
Merge pull request #3108 from dreamleak/patch-1
...
Fix typo in pointercancel section
2022-08-14 10:35:48 +03:00
Ilya Kantor
b92302974a
Merge pull request #3146 from SUPERustam/patch-1
...
Edit precedence of `??` and `||`
2022-08-14 10:34:56 +03:00
Rustam Uzdenov
4935538055
Edit precedence of ??
and ||
...
Depends on https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_Precedence#Table , precedence of `??` and `||` should be 3 instead of 4
2022-08-13 08:41:17 +03:00
LeviDing
03c5ceb629
fix: typo
2022-08-13 13:29:06 +08:00
Roberto
91ec60d862
Commentary in the wrong line
...
Looks like the right line for a comment is the line 306 instead of 308.
2022-08-11 20:11:42 -03:00
Alexey Chilipenko
7df4cbbffa
Add Number.isNaN and Number.isFinite to the summary
2022-08-11 19:40:26 +03:00
vcodepro
ebe29f2853
Update article.md (fix '??' and '||' operators precedence number)
2022-08-09 13:45:55 +04:30
Peter Hauke
49af0becee
Correct the English and made minor improvements
...
This is almost the minimal number of changes that I would make.
I would still recommend changing "play" in the first line to "work".
2022-08-09 00:11:23 +02:00
Shanelle Marasigan
35e2ed25c8
FIX: "ReferenceError: arr is not defined"
...
Line 265 and 266: Use 'fruits' instead of the 'arr' variable.
2022-08-08 09:30:47 +08:00
LeviDing
9c0337d0a6
fix: shash -> backslash
2022-08-07 17:58:31 +08:00
110nard0
03dfa1d25d
Fix typos in array methods article.md
2022-08-07 09:59:18 +01:00
LeviDing
f54a20acc6
fix: typo
2022-08-07 15:22:40 +08:00
LeviDing
b6939271e8
fix: typo
2022-08-05 19:35:01 +08:00
Gionatha
187dee3671
Fixed a typo
2022-08-05 10:17:26 +02:00
Lars Fredrik
5a43f6ffef
Correcting for correct precedence number
...
4 --> 3
2022-08-02 22:51:30 +02:00
Alexey Chilipenko
abaaae5f28
Add Number.isNaN and Number.isFinite
2022-08-01 17:12:02 +03:00
Alexey Chilipenko
f505ecb8b3
Update conditions for choosing between toString and valueOf
2022-07-28 16:37:19 +03:00
Kushank Sriraj
e850873e56
docs: fix typo (missing verb)
2022-07-27 16:36:24 +05:30
Bhushan Gaikwad
2118abbb04
Update article.md
2022-07-25 14:13:04 +05:30
romanstetsyk
69d180e028
Update the operator precedence table
...
According to MDN, the precedence of unary plus, unary negation,
exponentiation, multiplication, division, addition, and
subtraction is 1 lower than it is in the document
2022-07-21 20:59:18 +01:00
LeviDing
52a6df9b7b
feat: type conversion for string with whitespace
2022-07-20 20:38:13 +08:00
xmready
1bbb11cb4b
Update article.md
...
Fixed typo
2022-07-18 16:13:43 -07:00
dreamleak
9cba389075
Fix typo in pointercancel section
...
Noticed that the word implementing was spelt incorrectly within the section for pointercancel events, thus I decided to correct it for reading comprehension reasons.
2022-07-16 15:20:45 -04:00