Lavrentiy Rubtsov
11eef4c69a
👾 add mdn links to Map and Set methods
2022-09-07 01:42:51 +06:00
KilianSorel
a0d6b52971
Fix typo
2022-08-30 06:49:31 +00:00
Eddie
e09ea79a3b
Update task.md
2022-08-28 16:07:53 -06:00
Eddie
c11e773e70
Clarify instructions of read
method
2022-08-28 10:54:03 -06:00
Ilya Kantor
53b35c1683
closes #3129
2022-08-27 22:22:01 +03:00
Ilya Kantor
93127698f5
Merge pull request #3154 from tangjm/patch-1
2022-08-27 18:15:33 +03:00
Ilya Kantor
c9befae0c5
closes #3155
2022-08-27 18:15:09 +03:00
Ilya Kantor
f5685ee002
Merge pull request #3157 from tangjm/patch-2
2022-08-27 18:14:02 +03:00
Ilya Kantor
227b338b74
closes #3158
2022-08-27 18:13:50 +03:00
Chidubem Akpu
bb82d62647
Added a missing comma
2022-08-23 12:21:03 +01:00
Jared
262a1db06c
Fix tense
2022-08-22 19:41:41 +01:00
Jared
ae6f9d3cc2
Reword sentence on line 268
2022-08-18 17:02:36 +01:00
Mohammed Zakaria Khan
d738e311df
Grammar correction
2022-08-14 19:06:45 +02:00
Ilya Kantor
72aa4f0b97
minor fixes
2022-08-14 15:26:02 +03:00
Ilya Kantor
4a983425cb
Merge pull request #3101 from jbritton6/patch-1
2022-08-14 15:00:13 +03:00
Ilya Kantor
fb76d3bfee
Merge pull request #3105 from Rnbsov/patch-73
2022-08-14 14:35:27 +03:00
Ilya Kantor
2f9a190994
Merge pull request #3142 from betofc89/patch-1
2022-08-14 14:34:12 +03:00
Ilya Kantor
eee5b94926
Merge pull request #3139 from peterhauke/patch-3
2022-08-14 14:33:50 +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
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
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
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
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
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
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
110nard0
03dfa1d25d
Fix typos in array methods article.md
2022-08-07 09:59:18 +01: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
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
Lavrentiy Rubtsov
374d0b3c9d
add runs buttons
...
to make `alerts` work
2022-07-15 23:37:35 +06:00
xmready
0004be120d
Update article.md
...
Fixed typo
2022-07-14 16:25:56 -07:00
jbritton6
18cecd3207
Additional info on tail-recursion definition
2022-07-13 08:21:23 -04:00
jbritton6
a89d9522be
Removed incorrect info on tail recursion
2022-07-13 08:03:03 -04:00
nayanadasgupta
a04ee52bfd
Removed Atom (Sunsetted) From List Of Code Editors
2022-07-12 19:27:51 +01:00
Ilya Kantor
82ed8f11b4
minor fixes
2022-07-10 23:56:42 +02:00
Ilya Kantor
13750049c4
Merge pull request #3089 from chilipenko/fix-range-for-number-type
...
Several fixes for number type
2022-07-10 23:51:19 +02:00
Ilya Kantor
994eeb46f6
Merge pull request #3094 from leviding/patch-1
...
http -> https
2022-07-10 23:46:28 +02:00
Ilya Kantor
eedb3f3bd5
Merge pull request #3088 from printfinn/patch-1
...
fix: 1-js/06-advanced-functions/05-global-object
2022-07-10 23:46:18 +02:00
LeviDing
30b7e1d551
Update article.md
2022-07-10 23:52:17 +08:00
Ilya Kantor
3b219ad230
Merge pull request #3079 from peterhauke/patch-1
...
Improve English language/correct grammar
2022-07-09 18:19:05 +02:00
Ilya Kantor
4b6654c496
minor fixes
2022-07-06 06:54:03 +02:00