joaquinelio
22c30fee16
mdn link
2022-02-25 23:23:36 -03:00
Ilya Kantor
2cca9a9d09
Merge pull request #2885 from Rnbsov/patch-2
...
Missed exclamation mark
2022-02-21 22:48:37 +03:00
Ilya Kantor
bb41c39247
Merge pull request #2883 from Vitruvius21/patch-1
...
Fix LI content numbers
2022-02-21 22:40:28 +03:00
Lavrentiy Rubtsov
e1db5dcebe
Missed exclamation mark
2022-02-20 20:33:10 +06:00
ᚷᛁᛟᚱᚷᛁ ᛒᚨᛚᚨᚲᚻᚨᛞᛉᛖ
16ace5ae32
Fix LI content numbers
...
I think this is more convenient. If one will call chapter.closest('.chapter') they will understand that it returns the first <li class="chapter">
2022-02-19 00:17:37 +04:00
Ilya Kantor
e2f9e58407
Merge pull request #2861 from marahmanjs/patch-1
...
update webpack url
2022-02-18 17:42:31 +03:00
Ilya Kantor
39da5f8248
Merge pull request #2862 from huyenltnguyen/docs/link
...
docs: minor grammar fix and link update
2022-02-18 17:42:19 +03:00
Ilya Kantor
54bc5776a9
Merge pull request #2868 from vabushkevich/patch-1
...
Add mention of radio buttons
2022-02-18 17:41:35 +03:00
Ilya Kantor
d3bfbe3487
Merge pull request #2880 from skaunov/patch-1
...
Update test.js
2022-02-18 17:38:43 +03:00
Ilya Kantor
883bd606d7
Merge pull request #2881 from leviding/patch-42
...
fix error in 1-js/13-modules/01-modules-intro/article.md
2022-02-18 17:38:24 +03:00
Ilya Kantor
6eba0627a4
Merge pull request #2872 from umakantv/patch-1
...
[Fix] Convert message from Buffer to String
2022-02-17 08:36:36 +03:00
LeviDing
79a1b9293b
Update article.md
2022-02-16 09:11:59 +08:00
skaunov
c68cb111a4
Update test.js
...
Hey there! I suggest to slightly modify the first test case, so its input cover both checks in the solution.
Currently omitting the check for _a_ still let solution to pass the test.
```js
if (/* val < a || */ val > b) {
arr.splice(i, 1);
i--;
}
```
2022-02-15 16:53:29 +03:00
Ilya Kantor
29216730a8
minor fixes
2022-02-12 16:15:38 +03:00
Umakant Vashishtha
d5cce94650
[Fix] Convert message from Buffer to String
...
Fixed the issue - https://github.com/javascript-tutorial/en.javascript.info/issues/2870
2022-02-10 19:48:31 +05:30
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
Huyen Nguyen
5315ba590c
docs: minor grammar fix and link update
2022-02-07 11:08:41 +07:00
Anis
8d7a9dd99c
update webpack url
...
updated webpack url from an older one to latest
2022-02-06 22:47:20 +05: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