Commit graph

5416 commits

Author SHA1 Message Date
Ilya Kantor
0543fee98d
Merge pull request #2369 from vsemozhetbyt/patch-3
Fix typo in 9.7 (Escaping, special characters)
2020-12-13 20:28:47 +03:00
Ilya Kantor
76f07329c6
Merge pull request #2370 from vsemozhetbyt/patch-4
Fix typo in 9.8 task solution (Sets and ranges [...])
2020-12-13 20:28:35 +03:00
Ilya Kantor
985dedbefd
Merge pull request #2371 from vsemozhetbyt/patch-5
Update support note in 9.8 (Sets and ranges [...])
2020-12-13 20:28:22 +03:00
Ilya Kantor
a1736bd757
Merge pull request #2372 from vsemozhetbyt/9.10
Fix typos in 9.10 (Greedy and lazy quantifiers)
2020-12-13 20:27:24 +03:00
Ilya Kantor
e1cb0f8690
Merge pull request #2373 from vsemozhetbyt/9.11
Fix typos in 9.11 (Capturing groups)
2020-12-13 20:24:53 +03:00
Ilya Kantor
aae708dacc
Merge pull request #2374 from vsemozhetbyt/patch-6
Fix typos in 9.13 (Alternation (OR) |)
2020-12-13 20:24:22 +03:00
Ilya Kantor
093dfe4c6f
Merge pull request #2375 from vsemozhetbyt/patch-7
Correct example in 9.14 (Lookahead and lookbehind)
2020-12-13 20:23:33 +03:00
Ilya Kantor
c59c9e8172
Merge pull request #2376 from vsemozhetbyt/patch-8
Make solution in 9.14 safer
2020-12-13 20:21:27 +03:00
Ilya Kantor
6fee9f07d2
Merge pull request #2377 from jasonvitagendev/master
Fix typo in 1.99.1 (Proxy and Reflect)
2020-12-13 20:17:09 +03:00
Ilya Kantor
4e1ab89ea0
Merge pull request #2378 from vsemozhetbyt/patch-9
Fix typo, clarify wording in 9.15 (Catastrophic backtracking)
2020-12-13 20:16:55 +03:00
Ilya Kantor
f716a917bc minor fixes 2020-12-13 20:16:17 +03:00
Ilya Kantor
27c30303fa minor fixes 2020-12-13 20:15:24 +03:00
Ilya Kantor
19d1e33263
Merge pull request #2379 from vsemozhetbyt/patch-10
Update support note in 9.15 (Catastrophic backtracking)
2020-12-13 20:10:08 +03:00
Ilya Kantor
16fda1bed2
Merge pull request #2381 from vsemozhetbyt/patch-11
Fix typo in 9.16 (Sticky flag "y"...)
2020-12-13 20:08:35 +03:00
Ilya Kantor
92cdba0a00
Merge pull request #2383 from vsemozhetbyt/patch-12
Fix typo in 9.17 (Methods of RegExp and String)
2020-12-13 20:08:22 +03:00
Ilya Kantor
94c829eba6
Merge pull request #2384 from RapTho/master
Typos in Part 2, 2.5 and Part 3, 3.2
2020-12-13 20:08:09 +03:00
Ilya Kantor
ba5ebbc5f6
Merge pull request #2363 from vsemozhetbyt/patch-2
Fix some issues in 9.2 (Character classes)
2020-12-13 20:07:53 +03:00
Raphael
eb5e7da359
Fixed typo 2020-12-13 12:33:00 +01:00
Vse Mozhe Buty
a8c22e92e6
Fix typo in 9.17 (Methods of RegExp and String) 2020-12-11 00:40:16 +02:00
Vse Mozhe Buty
04ce7283ad
Fix typo in 9.16 (Sticky flag "y"...) 2020-12-10 20:42:09 +02:00
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