Ilya Kantor
2f4c29c69a
Merge pull request #2271 from vsemozhetbyt/patch-16
...
Correct solution explanation in 1.99.04 (Reference Type)
2020-11-10 12:12:17 +03:00
Ilya Kantor
876fdedc94
Merge pull request #2270 from vsemozhetbyt/patch-15
...
Fix outdated note in 1.99.04 (Reference Type)
2020-11-10 12:11:32 +03:00
Ilya Kantor
bbe7e0590a
Merge pull request #2266 from vsemozhetbyt/1.99.1
...
Fix typos in 'Proxy and Reflect'
2020-11-10 12:09:10 +03:00
Ilya Kantor
e9a528fba0
Merge pull request #2262 from vsemozhetbyt/patch-14
...
Correct comment in 1.13.1
2020-11-10 12:07:10 +03:00
Ilya Kantor
21d44a0590
Merge pull request #2261 from wam/change-var-to-let-in-regexp-sticky-section
...
Change `var` to `let` in 7.16 regexp-sticky
2020-11-10 12:06:47 +03:00
Ilya Kantor
eba228030b
Merge pull request #2260 from vsemozhetbyt/patch-13
...
Fix typo, add note in 1.12.2 (Async iteration)
2020-11-10 12:06:24 +03:00
Ilya Kantor
f782e9c962
Merge pull request #2259 from satyambnsal/master
...
Fix Optional chaining doc
2020-11-10 12:05:59 +03:00
Ilya Kantor
96b98541a3
Merge pull request #2258 from vsemozhetbyt/patch-12
...
Fix typo in 1.11.6 (Promisification)
2020-11-10 12:05:25 +03:00
Ilya Kantor
48b111d85f
Merge pull request #2257 from vsemozhetbyt/1.11.8
...
Fix semicolons, remove old note in 1.11.8
2020-11-10 12:05:14 +03:00
Ilya Kantor
2ff5eeb95a
Merge pull request #2255 from vsemozhetbyt/patch-11
...
Fix semicolons in 1.11.6 (Promisification)
2020-11-10 12:04:26 +03:00
Ilya Kantor
032e18b902
Merge pull request #2278 from javascript-tutorial/revert-2252-patch-10
...
Revert "Fix a typo in 1.11.3 (Promises chaining)"
2020-11-10 12:03:46 +03:00
Ilya Kantor
ca9a0225e1
Revert "Fix a typo in 1.11.3 (Promises chaining)"
2020-11-10 12:03:31 +03:00
Ilya Kantor
12a5cb02d7
Merge pull request #2252 from vsemozhetbyt/patch-10
...
Fix a typo in 1.11.3 (Promises chaining)
2020-11-10 12:03:16 +03:00
Ilya Kantor
fd6861e56b
Merge pull request #2251 from johnjacobkenny/patch-1
...
Update article.md typo
2020-11-10 12:03:05 +03:00
Ilya Kantor
27f6935594
Merge pull request #2250 from odsantos/fix-regexp-char-class-typo
...
Fix typo.
2020-11-10 12:02:52 +03:00
Ilya Kantor
9e99c367ab
Merge pull request #2249 from vsemozhetbyt/patch-9
...
Fix semicolons in 1.11.1 (Introduction: callbacks)
2020-11-09 13:28:19 +03:00
Ilya Kantor
b589f38b4d
Merge pull request #2210 from leviding/patch-27
...
FIX: delete extra space
2020-11-09 13:27:59 +03:00
Vse Mozhe Buty
e25caaec2e
Correct solution explanation in 1.99.04 (Reference Type)
2020-11-05 20:37:29 +00:00
Vse Mozhe Buty
422ef44b6b
Fix outdated note in 1.99.04 (Reference Type)
...
Now this chapter is at the end of the general section.
2020-11-05 20:29:52 +00:00
Vse Mozhe Buty
b83f2d7f1d
Fix typos in 'Proxy and Reflect'
2020-11-04 20:32:44 +02:00
Vse Mozhe Buty
4e9a33542f
Correct comment in 1.13.1
...
Strictly speaking, there is no error here,
as `typeof` does not produce errors with undefined variables.
2020-11-01 22:54:30 +02:00
Will Atwood Mitchell
ec81513954
Change var
to let
in 7.16 regexp-sticky
...
Commit 10d1b1f25
added a hint about which word would be found by
a certain regexp:
"A call to str.match(/\w+/) will find only the first word in the line
(var). That’s not it."
Unfortunately the result is incorrect: the regexp would find `let`, not
`var`.
Updating the hint should resolve any confusion. The example has been
tested in the console to ensure that the regexp does indeed return
`let`.
2020-11-01 14:41:55 -05:00
Vse Mozhe Buty
05dfb56786
Fix typo, add note in 1.12.2 (Async iteration)
2020-11-01 18:59:36 +02:00
satyam bansal
0bdf17e74b
Fix Optional chaining doc
2020-11-01 17:59:28 +05:30
Ilya Kantor
dccca58f26
Update article.md
2020-11-01 09:54:02 +03:00
Ilya Kantor
010bde1a97
Update article.md
2020-11-01 09:50:38 +03:00
Ilya Kantor
0e0f4e35a2
Update article.md
2020-11-01 09:24:12 +03:00
Vse Mozhe Buty
58d9f752b6
Fix typo in 1.11.6 (Promisification)
2020-11-01 03:03:36 +02:00
Vse Mozhe Buty
37c6a31de5
Fix semicolons, remove old note in 1.11.8
2020-11-01 01:45:02 +02:00
Ilya Kantor
9a6a9fb584
Update article.md
2020-11-01 00:16:29 +03:00
Vse Mozhe Buty
d5a88b6b2a
Fix semicolons in 1.11.6 (Promisification)
2020-10-31 18:10:32 +02:00
Vse Mozhe Buty
1236996ba1
Fix a typo in 1.11.3 (Promises chaining)
2020-10-31 12:57:05 +02:00
Kenny John Jacob
0b6cfc9b1e
Update article.md
2020-10-31 14:44:00 +05:30
Osvaldo Dias dos Santos
c3979cdd41
Fix typo.
2020-10-31 05:59:18 +01:00
Vse Mozhe Buty
2f822c8ec3
Fix semicolons in 1.11.1 (Introduction: callbacks)
2020-10-30 18:01:51 +02:00
Ilya Kantor
f2078b1d80
Update article.md
2020-10-30 00:02:37 +03:00
Ilya Kantor
8c39566600
Merge pull request #2240 from vsemozhetbyt/patch-12
...
Add missing semicolons in 1.9.2 (Class inheritance)
2020-10-29 19:54:05 +03:00
Ilya Kantor
47414944e1
Merge pull request #2239 from vsemozhetbyt/patch-11
...
Clarify task code place in 1.9.1 (Class basic syntax)
2020-10-29 19:53:03 +03:00
Ilya Kantor
a6f101c507
Merge pull request #2238 from vsemozhetbyt/patch-10
...
Delete excess semicolon in 1.9.1 (Class basic syntax)
2020-10-29 19:52:53 +03:00
Ilya Kantor
1f2987d959
Merge pull request #2237 from plakxj/patch-1
...
Update article.md
2020-10-29 19:52:33 +03:00
Ilya Kantor
879cfa0939
Merge pull request #2236 from mikemitchell574/patch-4
...
Add emphasis for clarity
2020-10-29 19:52:06 +03:00
Ilya Kantor
4379770f03
Merge pull request #2235 from vsemozhetbyt/patch-9
...
Fix links in 1.8.4 (Prototype methods)
2020-10-29 19:51:54 +03:00
Ilya Kantor
0da8037efb
Merge pull request #2234 from mikemitchell574/patch-3
...
Update topic sentence
2020-10-29 19:51:41 +03:00
Ilya Kantor
6a3835a7d1
Merge pull request #2233 from mikemitchell574/patch-1
...
Replace rules.indent array with number
2020-10-29 19:51:27 +03:00
Ilya Kantor
ca17a69ad9
Merge pull request #2231 from Dewke/dewke-minor-fix
...
Minor clarification on WeakMap and WeakSet
2020-10-29 19:50:30 +03:00
Ilya Kantor
0c760be1ee
Update task.md
2020-10-29 19:49:40 +03:00
Ilya Kantor
2a55b5b21c
Merge pull request #2230 from Herrera-pgoat/patch-1
...
Update task.md
2020-10-29 19:49:06 +03:00
Ilya Kantor
d1f4466084
Merge pull request #2241 from mikemitchell574/patch-6
...
Include "object" in MDN link
2020-10-29 18:44:39 +03:00
Ilya Kantor
075e041973
Merge pull request #2243 from Youngjin-KimY/patch-1
...
modify typo
2020-10-29 18:44:27 +03:00
Ilya Kantor
dc415a6473
Merge pull request #2245 from vsemozhetbyt/patch-13
...
Fix possibly outdated note in 1.9.6 (instanceof)
2020-10-29 18:43:11 +03:00