Commit graph

5885 commits

Author SHA1 Message Date
Ilya Kantor
58ef96a61a
Merge pull request #2950 from fredden/its
Correct misuse of "it's"
2022-04-14 05:45:53 +03:00
Ilya Kantor
0cda49ba4c
Merge pull request #2909 from Rnbsov/patch-10
missing dot
2022-04-14 05:44:57 +03:00
Ilya Kantor
6b5749b395 closes #2951 2022-04-14 05:44:11 +03:00
Dan Wallis
6af9a2e2a4
Correct mis-use of "it's" 2022-04-13 11:44:21 +01:00
Ilya Kantor
ac7daa516f minor fixes 2022-04-06 11:58:55 +03:00
Ilya Kantor
e1b3dfafcd minor fixes 2022-04-06 11:57:20 +03:00
Ilya Kantor
45934debd9
Merge pull request #2938 from joaquinelio/patch-10
typo
2022-03-31 17:55:48 +03:00
joaquinelio
b1607f5378
typo 2022-03-31 11:54:53 -03:00
Ilya Kantor
63ca152205 clientTop image 2022-03-30 16:13:46 +03:00
Ilya Kantor
72e958b9c9 minor fixes 2022-03-30 05:27:15 +03:00
Ilya Kantor
f89bbc0c2a minor fixes 2022-03-30 03:36:08 +03:00
Ilya Kantor
4585dbb322 minor fixes 2022-03-30 03:08:41 +03:00
Ilya Kantor
741d90ce8a minor fixes 2022-03-25 22:57:35 +03:00
Ilya Kantor
6edb240b48 minor fixes 2022-03-24 09:13:29 +03:00
Ilya Kantor
d07d5dfa91 minor fixes 2022-03-24 09:07:40 +03:00
Ilya Kantor
78091684e2 minor fixes 2022-03-24 09:04:34 +03:00
Ilya Kantor
f3aeacc86b minor fixes 2022-03-24 08:52:53 +03:00
Ilya Kantor
7ae1e5760c minor fixes 2022-03-24 08:51:21 +03:00
Ilya Kantor
6d29218ad0 minor fixes 2022-03-24 08:46:04 +03:00
Ilya Kantor
bf510dcf62 minor fixes 2022-03-24 08:44:50 +03:00
Ilya Kantor
9e210b78d7 minor fixes 2022-03-24 08:42:12 +03:00
Ilya Kantor
bf6d3c959e minor fixes 2022-03-22 17:51:45 +03:00
Lavrentiy Rubtsov
fbe6e30ec2
missing a dot 2022-03-06 23:17:00 +06: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