Vyacheslav Abushkevich
efbe490afb
Add mention of radio buttons
2022-02-09 20:37:34 +03:00
Ilya Kantor
d7c8c7506e
Merge pull request #2866 from joaquinelio/patch-9
...
GB unit symbol
2022-02-08 08:22:48 +03:00
joaquinelio
bf7eb93035
GB unit symbol
2022-02-07 17:01:16 -03:00
Ilya Kantor
1e1f04fe16
Merge pull request #2864 from leviding/patch-40
...
Precedence of "addition" (binary plus) is 12
2022-02-07 18:23:27 +03:00
LeviDing
962839108f
Update article.md
2022-02-07 23:01:54 +08:00
Ilya Kantor
71da17e596
minor fixes
2022-02-06 13:19:41 +03:00
Ilya Kantor
f95671cd28
minor fixes
2022-02-06 13:18:25 +03:00
Ilya Kantor
9a2981cf3d
minor fixes
2022-02-06 13:18:04 +03:00
Ilya Kantor
c9063dcdd8
Merge pull request #2857 from buynao/master
...
Update blob article.md
2022-02-06 13:11:09 +03:00
Ilya Kantor
d159503ae6
Merge pull request #2854 from lankerened/patch-1
...
fix: bug caused by GitHub data change
2022-02-06 13:10:10 +03:00
Ilya Kantor
533d54db86
Merge pull request #2853 from leviding/patch-39
...
Update operator precedence
2022-02-06 13:10:01 +03:00
Ilya Kantor
7647ab913f
minor fixes
2022-02-06 13:05:02 +03:00
law
fb070940ef
Update blob article.md
...
Updated the latest methods for blob to arrayBuffer, blob to stream, and some tips for using them.
https://developer.mozilla.org/en-US/docs/Web/API/Blob/arrayBuffer
https://developer.mozilla.org/en-US/docs/Web/API/Blob/stream
2022-02-05 22:17:47 +08:00
Ilya Kantor
f2e4db7e66
minor fixes
2022-02-04 14:38:56 +03:00
Ilya Kantor
1f92729254
minor fixes
2022-02-04 14:37:13 +03:00
Ilya Kantor
4db69b43e9
minor fixes
2022-02-04 14:31:54 +03:00
烂柯人
e1be207fe8
Update article.md
...
fix: bug caused by GitHub data change
2022-02-04 14:12:30 +08:00
LeviDing
fc7bfbb993
Update article.md
2022-02-04 14:07:02 +08:00
Ilya Kantor
9c74908612
minor fixes
2022-02-03 13:35:08 +03:00
Ilya Kantor
843f945aa5
Merge pull request #2839 from ruslauz/fix/operator-precedence
...
fixes operator precedence
2022-02-03 13:28:16 +03:00
Ilya Kantor
ab0f35b3cb
Merge branch 'master' into fix/operator-precedence
2022-02-03 13:28:04 +03:00
Ilya Kantor
00bfa6da85
Merge pull request #2840 from ruslauz/fix/local-storage-spec-link
...
Fixes localStorage spec link
2022-02-03 13:27:10 +03:00
Ilya Kantor
d92b1a0eae
Merge pull request #2841 from justinpage/update-constructor-new-article
...
Include "us" in article sentence
2022-02-03 13:26:54 +03:00
Ilya Kantor
cf49dd9226
Merge pull request #2845 from Omid-Heidarzadeh/minorfix
...
Minor fix
2022-02-03 13:24:54 +03:00
Ilya Kantor
3ce3f3dc22
Merge pull request #2846 from jovton/master
...
Update unary + (plus) operator precedence explanation
2022-02-03 13:24:13 +03:00
Ilya Kantor
e9caaaba2f
Merge pull request #2847 from Sen-442b/patch-1
...
doc-fix: Modified a misplaced comma
2022-02-03 13:23:57 +03:00
Ilya Kantor
31d2b3399f
Merge pull request #2838 from robertmcabee/master
...
fix formatting, change wording for clarity
2022-02-03 13:23:48 +03:00
Ilya Kantor
9fce97bd73
minor fixes
2022-02-03 13:21:54 +03:00
Ilya Kantor
a678674350
images
2022-02-03 13:08:18 +03:00
Shubhendu Sen
dd3c7a4a33
doc-fix: Modified a misplaced comma
2022-01-29 18:57:23 +05:30
Ilya Kantor
0f748275e2
minor fixes
2022-01-29 06:07:09 +03:00
Sergei Fomin
041bbb2560
Update article.md
2022-01-29 01:03:47 +03:00
jovton
639229e553
Updated unary operator precedence explanation
...
Removed the double quotes in the explanation for unary operator precedence in the file /1-js/02-first-steps/08-operators/article.md, so that readers do not potentially misinterpret the expression as a string.
2022-01-28 23:19:52 +02:00
Omid Heidarzadeh
69cd45773d
minor fix
2022-01-28 12:15:13 +03:30
Justin Page
824bc9635c
Include "us" in article sentence
2022-01-25 17:26:04 -08:00
Sergei
5d832d90ec
Fixes localStorage spec link
2022-01-25 19:35:03 +03:00
Sergei
779aad7da9
fixes operator precedence
2022-01-25 14:55:31 +03:00
robertmcabee
804b6b0c53
fix formatting, change wording for clarity
2022-01-24 11:53:34 -07:00
Ilya Kantor
bae0ef44d0
Merge pull request #2836 from erolaliyev/patch-1
...
Correction to precedence levels
2022-01-24 06:21:54 +03:00
Ilya Kantor
025f588571
Merge pull request #2837 from Omid-Heidarzadeh/bugfix-2826-add-missing-tests
...
fix:Add missing test issue:#2826 & fix related solution
2022-01-22 22:29:30 +03:00
Omid Heidarzadeh
82e5d13b89
fix:Add missing test #2826 & fix related solution
2022-01-22 22:37:02 +03:30
Erol Aliyev
674a9a417a
Correction to precedence levels
...
Nullish coalescing and logical OR both eqaul to 4 now in MDN table.
2022-01-22 19:13:44 +01:00
Ilya Kantor
1dc6dfbc7c
Merge pull request #2614 from jonathanlu31/patch-1
...
Fix grammar
2022-01-21 14:06:35 +03:00
Ilya Kantor
36788a57a0
Merge pull request #2758 from KennethKinLum/patch-13
...
fix sentence
2022-01-21 14:03:22 +03:00
Ilya Kantor
d5f1b4afcf
Merge pull request #2810 from lankerened/master
...
Update article.md
2022-01-21 13:53:08 +03:00
Ilya Kantor
d7f79982f2
Merge pull request #2816 from joaquinelio/patch-9
...
redundant
2022-01-21 13:52:51 +03:00
Ilya Kantor
34ab022835
minor fixes
2022-01-21 13:52:39 +03:00
Ilya Kantor
bd0921bd85
Merge pull request #2833 from ArSn/ArSn-add-the-1
...
added missing "the"
2022-01-21 13:51:34 +03:00
Kolja Zuelsdorf
8b1d32d1f1
added missing "the"
2022-01-21 11:50:20 +01:00
joaquinelio
62b3b9a92b
Update article.md
2022-01-21 07:07:30 -03:00