joaquinelio
306a197d24
Update article.md
2022-10-10 11:31:13 -03:00
joaquinelio
dc7a157d8f
Update article.md
2022-10-05 11:57:18 -03:00
joaquinelio
dca45f773b
Unicode art, grammar suggestions
2022-10-05 11:29:53 -03:00
Ilya Kantor
18b1314af4
closes #3096
2022-10-02 21:09:02 +02:00
Ilya Kantor
c99d740c01
closes #3179
2022-10-01 22:47:15 +02:00
Ilya Kantor
666f3563cc
closes #3190
2022-10-01 19:53:25 +02:00
Ilya Kantor
c5891761a3
closes #3183
2022-10-01 19:45:06 +02:00
Ilya Kantor
c27a7b4d40
closes #3185
2022-10-01 19:39:31 +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
Ilya Kantor
2180da8429
Merge pull request #3197 from digital-bw/patch-2
...
fix a small typo
2022-10-01 18:33:56 +02:00
Ilya Kantor
2cb64ab34f
Merge pull request #3198 from skromez/master
...
fix small typo in web-components slots chapter.
2022-10-01 18:33:44 +02:00
Ilya Kantor
586cc5441c
Merge pull request #3199 from digital-bw/patch-3
...
fix small typo
2022-10-01 18:33:27 +02:00
Ilya Kantor
b24e3fbffb
Merge pull request #3200 from digital-bw/patch-4
...
grammar suggestion
2022-10-01 18:33:07 +02:00
Ilya Kantor
98d0c2c250
Merge pull request #3201 from MindLaborDev/patch-1
...
Omitting parentheses after `new`
2022-10-01 18:31:58 +02:00
Ilya Kantor
c8b4d340d3
move Unicode to a separate article
2022-10-01 18:30:25 +02:00
Ilya Kantor
4a9dc8ea94
Merge pull request #3204 from joaquinelio/patch-16
...
typo
2022-10-01 13:59:58 +02:00
Ilya Kantor
e0621be3b8
Merge pull request #3202 from joaquinelio/patch-15
...
typo
2022-10-01 13:59:45 +02:00
Ilya Kantor
dc6e7d1698
Merge pull request #3205 from romanstetsyk/master
...
Change link to the spec
2022-09-30 23:09:05 +02:00
Ilya Kantor
4d42242874
Merge pull request #3206 from ann-kilzer/patch-1
...
Fix typo "stirng" to "string"
2022-09-30 23:08:48 +02:00
Ilya Kantor
63bc08ef95
Merge pull request #3207 from joaquinelio/patch-17
...
ECMA broken link
2022-09-30 19:48:39 +02:00
Ilya Kantor
fde193a356
Merge pull request #3208 from wdscxsj/patch-1
...
Remove description of inconsistency between Chrome and Firefox
2022-09-30 19:47:44 +02:00
Ilya Kantor
15ab2fd059
Merge pull request #3209 from joaquinelio/patch-18
...
https link
2022-09-30 19:47:16 +02:00
joaquinelio
594bc55841
https link
2022-09-29 13:49:40 -03:00
Yang Yang
24dfb1f30a
Remove description of inconsistency between Chrome and Firefox
...
Firefox v105 also shows `10px`.
2022-09-29 23:13:45 +08:00
joaquinelio
8d89b7facd
ECMA broken link
2022-09-29 10:58:36 -03:00
Ann Kilzer キルザー杏
f2ef231b6e
Fix typo "stirng" to "string"
2022-09-29 12:08:59 +09:00
romanstetsyk
fe525d2c93
Change link to the spec
2022-09-28 16:11:14 +01:00
joaquinelio
1292386071
typo
2022-09-28 10:03:49 -03:00
Dmitrii
4c693a22c5
Update article.md
2022-09-27 12:02:02 +02:00
joaquinelio
a965e49ad8
typo
2022-09-27 00:04:49 -03: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
86ed165f1b
grammar suggestion
...
contextually 'true' can be confusing after 'false' in sentence: "... false, technically that's true ..."
2022-09-24 19:50:06 +06:00
digital-bw
1575b8a212
fix small typo
2022-09-24 19:41:33 +06:00
Dmitrii
a4877dfbb8
fix typo
...
I don't see anyone using vice verse with "-" in between, so decided to remove it as well.
2022-09-24 15:30:31 +02:00
digital-bw
dfb97dc9eb
fix a small typo
2022-09-24 19:00:37 +06:00
Ilya Kantor
ff4ef57c8c
minor fixes
2022-09-24 13:46:33 +02:00
digital-bw
9e649fb911
Update task.md
...
Missing '()' invoking a constructor.
2022-09-24 01:25:17 +06:00
Ilya Kantor
2b022eeabb
Merge pull request #3194 from joaquinelio/patch-13
...
typo
2022-09-23 19:52:07 +02:00
joaquinelio
e7424d4d3c
typo
2022-09-23 14:09:46 -03:00
Ilya Kantor
c990cda098
Merge pull request #3182 from mukulkandhari/patch-3
...
Update solution.md
2022-09-21 23:06:59 +02:00
Ilya Kantor
4d59152ace
Merge pull request #3192 from tianheg/patch-1
...
fix markdown syntax
2022-09-21 23:06:36 +02:00
Ilya Kantor
712f47e81d
minor fixes
2022-09-21 22:49:56 +02:00
Ilya Kantor
f5511ee714
minor fixes
2022-09-21 22:48:50 +02:00
Ilya Kantor
7c05948829
Merge pull request #3187 from chilipenko/patch-1
...
Update String type chapter
2022-09-21 21:33:44 +02:00
Ilya Kantor
c2342c1290
minor fixes
2022-09-21 16:54:14 +02:00
Ilya Kantor
bbb50e7750
Merge pull request #3175 from davidshq/patch-2
...
Update article.md
2022-09-21 16:51:01 +02:00
tianheg
44dc8eb846
fix markdown syntax
2022-09-21 10:15:47 +08:00
Ilya Kantor
42b7197764
Merge pull request #3181 from mukulkandhari/patch-2
...
Update task.md | Fix grammar
2022-09-20 13:58:13 +02:00
Ilya Kantor
202e625459
Merge pull request #3180 from gleachkr/patch-1
...
Update article.md
2022-09-20 13:58:02 +02:00
Ilya Kantor
b2586eef31
Merge pull request #3178 from Rnbsov/patch-74
...
👾 add mdn links to Map and Set methods
2022-09-20 13:56:29 +02:00