Commit graph

3783 commits

Author SHA1 Message Date
joaquinelio
b1607f5378
typo 2022-03-31 11:54:53 -03:00
Gleb
de4f81e792
Update optional-chaining/article.md
`?.` returns `undefined`
2022-03-30 13:51:54 +04: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
Blaise Tayou
413def7512
fix typo in the summary section 2022-03-29 06:53:02 +01: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
Lavrentiy Rubtsov
39aca70984
fix missed line breaks 2022-03-23 00:00:51 +06:00
Lavrentiy Rubtsov
6e515742e5
Fixed the display on the site 2022-03-22 23:55:20 +06:00
Ilya Kantor
bf6d3c959e minor fixes 2022-03-22 17:51:45 +03:00
Lavrentiy Rubtsov
f613e03f87
Maybe it should be marked as code 2022-03-21 19:51:17 +06:00
apoorvachikara
6eff54a288
Update article.md
- updated incorrect spellings
- Updated the grammar-related errors
2022-03-20 16:45:12 +05:30
joaquinelio
11e8294173
Update article.md 2022-03-13 10:08:05 -03:00
Lavrentiy Rubtsov
da9c76f9e1
add missed ; 2022-03-12 00:25:19 +06:00
Lavrentiy Rubtsov
d8ba31db57
Delete ; after function declaration 2022-03-12 00:05:30 +06:00
Lavrentiy Rubtsov
fbe6e30ec2
missing a dot 2022-03-06 23:17:00 +06:00
Lavrentiy Rubtsov
3a98822a31
Perhaps it would be more correct 2022-03-06 13:35:37 +06:00
Jeff Chase
f6c2b06d12
Date task solution: use standard date time string
The Date article only explains standard strings for date parsing.
Non-standard strings are implementation dependent and should
not be used.
2022-03-01 01:55:01 -05:00
Lavrentiy Rubtsov
8e48598963
added a possibly missing exclamation mark
In the previous article, in a similar example, he was
2022-02-28 06:16:42 +06:00
joaquinelio
22c30fee16
mdn link 2022-02-25 23:23:36 -03:00
Lavrentiy Rubtsov
74563bad32
added a link to wikipedia 2022-02-24 17:14:11 +06:00
Ryan Yu
bfffb32924
Update task.md
Add semi colon for being more clear.
2022-02-23 17:15:23 -08:00
Lavrentiy Rubtsov
e1db5dcebe
Missed exclamation mark 2022-02-20 20:33:10 +06: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
d3bfbe3487
Merge pull request #2880 from skaunov/patch-1
Update test.js
2022-02-18 17:38:43 +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
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
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
烂柯人
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
ab0f35b3cb
Merge branch 'master' into fix/operator-precedence 2022-02-03 13:28:04 +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