Ilya Kantor
2f194b2602
Merge pull request #2947 from pzolo85/patch-1
...
fix bitwise hyperlink to mdn
2022-04-14 06:18:41 +03:00
Ilya Kantor
61f79f481c
at method
2022-04-14 06:08:46 +03:00
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
joe
2c8e9e2793
fix bitwise hyperlink to mdn
2022-04-12 10:35:41 +01:00
Lavrentiy Rubtsov
de9fcf87ee
just add comma
2022-04-12 01:11:35 +06:00
Lavrentiy Rubtsov
10fd8be782
add comma
2022-04-10 15:49:04 +06:00
Sanket Shah
cb2d511a72
Docs: minor grammer fix
...
Fix grammatical mistake in Type Conversions section
2022-04-09 11:24:39 +05:30
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
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