Commit graph

348 commits

Author SHA1 Message Date
Ilya Kantor
c99d740c01 closes #3179 2022-10-01 22:47:15 +02:00
Ilya Kantor
aedeed3e5a
Merge pull request #3195 from digital-bw/patch-1
Update task.md
2022-10-01 19:37:52 +02:00
Samuel Braun
1b87b89f2b
Omitting parentheses after new
Parentheses can be omitted even if the constructor function has arguments:
```js
new function(test) {
    return { test }
}

// Works the same as
new (function(test) {
    return { test }
})();
```
2022-09-25 14:59:06 +02:00
digital-bw
9e649fb911
Update task.md
Missing '()' invoking a constructor.
2022-09-24 01:25:17 +06:00
Eddie
e09ea79a3b
Update task.md 2022-08-28 16:07:53 -06:00
Eddie
c11e773e70
Clarify instructions of read method 2022-08-28 10:54:03 -06:00
Ilya Kantor
53b35c1683 closes #3129 2022-08-27 22:22:01 +03:00
Ilya Kantor
c9befae0c5 closes #3155 2022-08-27 18:15:09 +03:00
Alexey Chilipenko
f505ecb8b3
Update conditions for choosing between toString and valueOf 2022-07-28 16:37:19 +03:00
Radliński Ignacy
f569591c07
docs: add output comment in Symbols article 2022-06-27 22:44:33 +02:00
Ilya Kantor
2daedb8c1a closes #3019 2022-06-19 17:39:36 +03:00
Ilya Kantor
dc4d32d58d
Merge pull request #3021 from joaquinelio/patch-13
typo
2022-06-13 20:08:44 +02:00
Ilya Kantor
fff1f64b93
Merge pull request #3020 from Nayoung-Gu/patch-1
just add a comma
2022-06-13 20:08:34 +02:00
joaquinelio
1d6dc01413
minor change
"so it is in memory" reachable or not. For a while at least.
2022-05-23 09:34:44 -03:00
joaquinelio
d2e7ac4160
typo 2022-05-23 08:58:20 -03:00
Nayoung
1c439bf667
just add a comma 2022-05-22 22:27:11 +09:00
Ilya Kantor
d5e8b6d308 minor fixes 2022-05-21 08:34:42 +03:00
Ilya Kantor
22815060c4 integrates #2996 2022-05-12 08:25:24 +04:00
Ilya Kantor
b80af1166b
Merge pull request #2998 from OmerBaddour/master
Minor improvements
2022-05-12 07:24:34 +04:00
Erick Yellott
f7d079c157 Small grammatical tweaks to garbage collection 2022-05-11 13:21:50 -04:00
Omer Baddour
fcfc47a5b6
minor improvements 2022-05-08 23:26:03 -04:00
Ilya Kantor
5015a76c9a
Merge pull request #2963 from Luca1152/patch-2
Fix grammar in 'Symbol type' article
2022-05-03 23:49:41 +04:00
Ilya Kantor
12024bc6b8 minor fixes 2022-05-03 23:43:43 +04:00
Omer Baddour
adca4b352b
minor fix, and explanation improvements 2022-04-21 14:18:23 -04:00
Luca1152
1f81da024d
Fix grammar in 'Symbol type'
New: That said, all symbols have the `description` property.
Old:   That said, any symbols have `description` property.
2022-04-19 19:01:56 +03:00
Ilya Kantor
c714756f8f minor fixes 2022-04-15 23:48:06 +03:00
Ilya Kantor
df822daebe minor fixes 2022-04-15 10:02:55 +03:00
Ilya Kantor
c37c564ae1 minor fixes 2022-04-15 09:14:30 +03:00
Ilya Kantor
344c36fa07 minor fixes 2022-04-15 08:11:09 +03:00
Ilya Kantor
9b95054bcd minor fixes 2022-04-15 08:06:56 +03:00
Ilya Kantor
4695216c79 minor fixes 2022-04-15 08:05:45 +03:00
Ilya Kantor
afbd71d634 minor fixes 2022-04-15 08:05:27 +03:00
Ilya Kantor
7dc2a3c79d minor fixes 2022-04-15 08:05:10 +03:00
Ilya Kantor
0305a0b864 minor fixes 2022-04-15 08:03:25 +03:00
Ilya Kantor
ed8e41adc4
Merge pull request #2908 from Rnbsov/patch-9
Perhaps it would be more correct
2022-04-14 09:09:11 +03:00
Ilya Kantor
c49b104d23 closes #2937 2022-04-14 06:46:56 +03:00
Ilya Kantor
094b15b505
Merge pull request #2936 from glebmikulko/patch-4
Update optional-chaining/article.md
2022-04-14 06:45:30 +03:00
Ilya Kantor
a5e34ba8d8
Merge pull request #2930 from Rnbsov/patch-21
Fixed the display on the site
2022-04-14 06:40:38 +03:00
Ilya Kantor
3c5cc8edc7
Merge pull request #2929 from Rnbsov/patch-18
Maybe it should be marked as code
2022-04-14 06:40:21 +03:00
Ilya Kantor
ed664f87c2 minor fixes 2022-04-14 06:35:32 +03:00
Ilya Kantor
246156d6e2 minor fixes 2022-04-14 06:35:16 +03:00
Ilya Kantor
613e921f73 closes #2910 2022-04-14 06:35:16 +03:00
Ilya Kantor
1d22a35801
Merge pull request #2926 from apoorvachikara/master
Update article.md
2022-04-14 06:35:03 +03:00
Ilya Kantor
68dea68a0f
Merge pull request #2913 from Rnbsov/patch-12
Delete ; after function declaration
2022-04-14 06:25:44 +03:00
Lavrentiy Rubtsov
10fd8be782
add comma 2022-04-10 15:49:04 +06:00
Gleb
de4f81e792
Update optional-chaining/article.md
`?.` returns `undefined`
2022-03-30 13:51:54 +04:00
Ilya Kantor
f89bbc0c2a minor fixes 2022-03-30 03:36:08 +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