Commit graph

6256 commits

Author SHA1 Message Date
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
Sanjay Chaudhari
410279ad53
Update precedence for ??, It's 3 instead of 4 2022-07-16 16:37:48 +05:30
Ilya Kantor
7000ede297
Merge pull request #3104 from xmready/master
Update article.md
2022-07-15 21:31:50 +02: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
iwanderer
0d7f95402f
Update index.html
Fixed the wrong sequence
2022-07-14 19:32:00 +08: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
joaquinelio
dc9683e9da
misspell 2022-07-13 08:36:44 -03:00
Ilya Kantor
55d806dd55
Merge pull request #3098 from nayanadasgupta/3097-remove-atom-from-list-of-code-editors
Removed Atom (Sunsetted) From List Of Code Editors
2022-07-13 08:54:49 +02:00
Ilya Kantor
5dacac743e
Merge pull request #3095 from icarrington/new_branch
Fix Typo
2022-07-13 08:54:07 +02:00
nayanadasgupta
a04ee52bfd Removed Atom (Sunsetted) From List Of Code Editors 2022-07-12 19:27:51 +01:00
icarrington
9cd5bc5935 Fix Typo 2022-07-10 22:49:40 -04: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
41243575ea
Merge pull request #3090 from Aleksey28/shadow
fix: changed 'template' to '<custom-menu>'
2022-07-10 23:47:23 +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
Aleksey Popov
393efb703a fix: changed 'template' to '<custom-menu>' 2022-07-07 16:56:14 +04:00
Ilya Kantor
4b6654c496 minor fixes 2022-07-06 06:54:03 +02:00
Alexey Chilipenko
e2fc41ea8f
fixed wikipedia link to IEEE-754 standard 2022-07-02 14:34:31 +03:00
Alexey Chilipenko
6726909765
fixed incorrect apostrophe mark 2022-07-02 14:26:46 +03:00
Alexey Chilipenko
8b805b9e16
several fixes in Number chapter 2022-07-02 13:47:57 +03:00
Alexey Chilipenko
79b7f7c8f0
update integers range in Data types chapter 2022-07-02 13:36:20 +03:00
Peter Hauke
d399df7c6f
Remove language style improvements 2022-07-02 06:24:38 +02:00
Gao Fang
2bea6d7278
Update article.md 2022-07-01 13:42:48 +08:00
Ilya Kantor
fe1c4a241f minor fixes 2022-06-29 14:54:06 +03:00
Ilya Kantor
8ffd3f43f2 minor fixes 2022-06-28 21:54:02 +04:00
Ilya Kantor
d8597dd869
Merge pull request #3081 from josephharkins/master
Fixed typo
2022-06-28 10:26:31 +04:00
Ilya Kantor
8b00668b13
Merge pull request #3084 from radlinskii/patch-1
docs: add output comment in Symbols article
2022-06-28 10:26:16 +04:00
Ilya Kantor
c20debcce5 closes #3014 2022-06-28 10:25:58 +04:00