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
ZhaoMuwei
a914bad83c
fix typo in 06-promisify article.md
...
promisiefy -> promisify
2020-11-10 16:43:34 +08:00
Vse Mozhe Buty
8f912948a9
Fix typos in 2.1.4 (Searching elements)
2020-11-09 16:19:36 +00:00
LeviDing
bd23930044
Update article.md
2020-11-09 22:29:54 +08: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
bf3c878eb0
Fix link in 2.1.5 (Node properties...)
2020-11-05 20:41:07 +00: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
Vse Mozhe Buty
972c7ab36c
Fix possibly outdated note in 1.9.6 (instanceof)
...
It seems there are no polymorphic functions in this chapter.
2020-10-29 17:34:23 +02:00
youngjin-kimY
98d1dc9645
modify typo
2020-10-29 19:55:59 +09:00
mikemitchell574
7aa2867cb1
Include "object" in MDN link
2020-10-28 06:59:54 -04:00
Vse Mozhe Buty
9a3567857d
Add missing semicolons in 1.9.2 (Class inheritance)
2020-10-27 19:24:45 +02:00
Vse Mozhe Buty
9bf1489101
Clarify task code place in 1.9.1 (Class basic syntax)
2020-10-27 18:37:31 +02:00
Vse Mozhe Buty
0682ae7c65
Delete excess semicolon in 1.9.1 (Class basic syntax)
2020-10-27 18:30:17 +02:00
start
980f487a11
Update article.md
...
the match position is 7
2020-10-27 16:18:32 +08:00