Vse Mozhe Buty
|
4512a02fd0
|
Update support note in 9.15 (Catastrophic backtracking)
Refs: https://bugs.chromium.org/p/v8/issues/detail?id=10765
Refs: https://bugs.chromium.org/p/v8/issues/detail?id=11021
Can be tested in the Goole Chrome Beta, Dev, and Canary branches now,
as well as in the Node.js v8-canary branch.
|
2020-12-10 17:01:43 +02:00 |
|
Vse Mozhe Buty
|
e5d1c02628
|
Fix typo, clarify wording in 9.15 (Catastrophic backtracking)
|
2020-12-10 16:00:34 +02:00 |
|
jason
|
ec15bd2950
|
Fix typo in 1.99.1 (Proxy and Reflect)
|
2020-12-10 14:29:53 +08:00 |
|
Vse Mozhe Buty
|
20916d9dc7
|
Make solution in 9.14 safer
As the task uses multiline HTML
and the note at the end suggests using `s` flag,
the lazy quantifier would be safer.
|
2020-12-10 00:23:16 +02:00 |
|
Vse Mozhe Buty
|
6fc5b2c555
|
Correct example in 9.14 (Lookahead and lookbehind)
Without the `g` flag, we cannot say that the price is skipped.
Without the `\b` assertion, we will have the part of the price in the result.
|
2020-12-09 23:40:16 +02:00 |
|
Vse Mozhe Buty
|
276f48de2b
|
Fix typos in 9.13 (Alternation (OR) |)
|
2020-12-09 21:19:50 +02:00 |
|
Vse Mozhe Buty
|
f2f650062c
|
Fix typos in 9.11 (Capturing groups)
|
2020-12-09 18:54:47 +02:00 |
|
Vse Mozhe Buty
|
656700966b
|
Fix typos in 9.10 (Greedy and lazy quantifiers)
|
2020-12-09 01:45:06 +02:00 |
|
Vse Mozhe Buty
|
b19312e8ca
|
Update support note in 9.8 (Sets and ranges [...])
See https://caniuse.com/mdn-javascript_builtins_regexp_property_escapes
|
2020-12-08 17:41:33 +02:00 |
|
Vse Mozhe Buty
|
4a3d842bc6
|
Fix typo in 9.8 task solution (Sets and ranges [...])
|
2020-12-08 17:38:02 +02:00 |
|
Vse Mozhe Buty
|
935ed8580e
|
Fix typo in 9.7 (Escaping, special characters)
|
2020-12-08 00:03:41 +02:00 |
|
Vse Mozhe Buty
|
6a61c04fc5
|
Fix confusing wording in 9.6 (Word boundary: \b)
`\bHello\b` pattern was just analyzed in the previous paragraph,
so the current wording is a bit confusing.
|
2020-12-07 22:54:54 +02:00 |
|
Osvaldo Dias dos Santos
|
907e6c8335
|
Fix "polyfills" typo
|
2020-12-07 17:12:39 +01:00 |
|
Ilya Kantor
|
633db6fbe9
|
Merge pull request #2364 from vsemozhetbyt/unicode
Replace unicode with Unicode all over the book
|
2020-12-07 19:10:47 +03:00 |
|
Vse Mozhe Buty
|
7c73f64a13
|
Replace unicode with Unicode all over the book
|
2020-12-07 18:05:47 +02:00 |
|
Vse Mozhe Buty
|
2cf95d82ba
|
Fix some issues in 9.2 (Character classes)
* Fix typos.
* Update a support note.
* Add a reference for a yet unexplained pattern.
|
2020-12-07 17:47:03 +02:00 |
|
Ilya Kantor
|
e87f130fc1
|
Merge pull request #2362 from vsemozhetbyt/patch-1
Fix typo in 9.1 (Patterns and flags)
|
2020-12-07 18:37:44 +03:00 |
|
Vse Mozhe Buty
|
5be2c046a5
|
Fix typo in 9.1 (Patterns and flags)
|
2020-12-07 17:25:36 +02:00 |
|
Raphael
|
adab443ae3
|
Fixed small typo
2-ui / 2-events / 5-dispatch-events
In subchapter "Event constructor": first word use "Built-in" instead of "Build-in"
|
2020-12-07 15:30:26 +01:00 |
|
Ilya Kantor
|
79c9513796
|
closes #2358
|
2020-12-07 17:20:12 +03:00 |
|
Ilya Kantor
|
0936245a87
|
Merge pull request #2341 from vsoni101/patch-1
Update article.md in section 2.8
|
2020-12-07 17:15:24 +03:00 |
|
Ilya Kantor
|
1e4b9e43e4
|
Merge pull request #2359 from vsemozhetbyt/patch-1
Fix typo in 8.5 (Shadow DOM slots...)
|
2020-12-07 17:14:38 +03:00 |
|
Vse Mozhe Buty
|
76b42c3189
|
Fix typo in 8.5 (Shadow DOM slots...)
|
2020-12-06 22:08:01 +02:00 |
|
Ilya Kantor
|
c56e6a57ac
|
Merge pull request #2357 from vsemozhetbyt/patch-1
Sync examples from 2 commits in 8.5 (Shadow DOM slots...)
|
2020-12-06 19:40:33 +03:00 |
|
Vse Mozhe Buty
|
59a579f566
|
Sync examples from 2 commits in 8.5 (Shadow DOM slots...)
|
2020-12-06 18:30:45 +02:00 |
|
Ilya Kantor
|
68dfa95daa
|
minor fixes
|
2020-12-06 17:36:59 +03:00 |
|
Ilya Kantor
|
f30b4f2f7d
|
Merge pull request #2356 from vsemozhetbyt/patch-1
Fix possible typos in 1.3.6 (Polyfills and transpilers)
|
2020-12-06 17:36:02 +03:00 |
|
Vse Mozhe Buty
|
eb81e529be
|
Fix possible typos in 1.3.6 (Polyfills and transpilers)
|
2020-12-06 16:26:39 +02:00 |
|
Ilya Kantor
|
433ef6d333
|
Merge pull request #2355 from vsemozhetbyt/patch-1
Fix typo in 8.3 (Shadow DOM)
|
2020-12-06 15:14:57 +03:00 |
|
Vse Mozhe Buty
|
e194ec2e22
|
Fix typo in 8.3 (Shadow DOM)
|
2020-12-06 14:13:54 +02:00 |
|
Ilya Kantor
|
bb5c89a701
|
Merge pull request #2354 from vsemozhetbyt/patch-1
Fix typo in 8.2 (Custom elements)
|
2020-12-06 11:54:50 +03:00 |
|
Ilya Kantor
|
e8d29cb49b
|
closes #2173
|
2020-12-06 11:54:22 +03:00 |
|
Vse Mozhe Buty
|
b55c226879
|
Fix typo in 8.2 (Custom elements)
|
2020-12-05 23:29:14 +02:00 |
|
Ilya Kantor
|
211e20992e
|
closes #2225
|
2020-12-05 23:09:36 +03:00 |
|
Ilya Kantor
|
0585eda755
|
closes #2248
|
2020-12-05 23:06:01 +03:00 |
|
Ilya Kantor
|
ec4dcb279a
|
closes #2353
|
2020-12-05 23:02:20 +03:00 |
|
Ilya Kantor
|
63d0f055fc
|
closes #2244
|
2020-12-05 22:30:51 +03:00 |
|
Ilya Kantor
|
6daaaa224f
|
Update article.md
|
2020-12-05 22:16:42 +03:00 |
|
Ilya Kantor
|
08cc593cab
|
minor fixes
|
2020-12-05 20:46:46 +03:00 |
|
Ilya Kantor
|
a964025a5d
|
closes #2317
|
2020-12-05 20:41:32 +03:00 |
|
Ilya Kantor
|
75a56dac98
|
fixes #2318
|
2020-12-05 19:54:51 +03:00 |
|
Ilya Kantor
|
6d9ab125f0
|
fixes #2333
|
2020-12-05 19:51:58 +03:00 |
|
Ilya Kantor
|
5ce6ce975e
|
minor fixes
|
2020-12-05 19:50:31 +03:00 |
|
Ilya Kantor
|
2741d5e7d8
|
Merge pull request #2340 from vsemozhetbyt/patch-8
Fix possible typos in 6.3 (IndexedDB)
|
2020-12-05 19:42:03 +03:00 |
|
Ilya Kantor
|
d319026a14
|
Merge pull request #2338 from FantasqueX/patch-1
fix typo in 1.5 (08-weakmap-weakset)
|
2020-12-05 19:41:28 +03:00 |
|
Ilya Kantor
|
0db83b2858
|
Merge branch 'master' into patch-1
|
2020-12-05 19:41:19 +03:00 |
|
Ilya Kantor
|
59acd01bb3
|
Merge pull request #2337 from vsemozhetbyt/patch-7
Fix typo in 6.2 (LocalStorage, sessionStorage)
|
2020-12-05 19:40:52 +03:00 |
|
Ilya Kantor
|
ad1df4e551
|
Merge pull request #2336 from vsemozhetbyt/patch-6
Fix possible typos in 6.1 (Cookies, document.cookie)
|
2020-12-05 19:40:38 +03:00 |
|
Ilya Kantor
|
762162fab5
|
Merge pull request #2334 from joneskj55/patch-1
Fix for issue #2314
|
2020-12-05 19:40:11 +03:00 |
|
Ilya Kantor
|
528b7c59ca
|
Merge pull request #2332 from vsemozhetbyt/patch-5
Fix typo and ambiguity in 5.12 (Server Sent Events)
|
2020-12-05 19:39:58 +03:00 |
|