本教程经过全面优化,除了下列未勾选章节,均已优化完毕,敬请期待 😄 ## Storing data in the browser * [ ] [IndexedDB](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/6-data-storage/03-indexeddb) ## Animation * [ ] [Bezier curve](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/7-animation/1-bezier-curve) * [ ] [CSS-animations](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/7-animation/2-css-animations) * [ ] [JavaScript animations](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/7-animation/3-js-animation) ## Web components * [ ] [From the orbital height](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/8-web-components/1-webcomponents-intro) * [ ] [Custom elements](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/8-web-components/2-custom-elements) * [ ] [Shadow DOM](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/8-web-components/3-shadow-dom) * [ ] [Template element](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/8-web-components/4-template-element) * [ ] [Shadow DOM slots, composition](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/8-web-components/5-slots-composition) * [ ] [Shadow DOM styling](https://github.com/javascript-tutorial/zh.javascript.info/tree/master/8-web-components/6-shadow-dom-style) * [ ] [Shadow DOM and events](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/8-web-components/7-shadow-dom-events) ## Regular expressions * [x] [Patterns and flags](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/9-regular-expressions/01-regexp-introduction) * [x] [Character classes](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/9-regular-expressions/02-regexp-character-classes) * [x] [Unicode: flag "u" and class \\p{...}](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/9-regular-expressions/03-regexp-unicode) * [x] [Anchors: string start ^ and end $](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/9-regular-expressions/04-regexp-anchors) * [x] [Multiline mode of anchors ^ $, flag "m"](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/9-regular-expressions/05-regexp-multiline-mode) * [x] [Word boundary: \\b](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/9-regular-expressions/06-regexp-boundary) * [x] [Escaping, special characters](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/9-regular-expressions/07-regexp-escaping) * [x] [Sets and ranges \[...\]](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/9-regular-expressions/08-regexp-character-sets-and-ranges) * [x] [Quantifiers +, *, ? and {n}](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/9-regular-expressions/09-regexp-quantifiers) * [x] [Greedy and lazy quantifiers](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/9-regular-expressions/10-regexp-greedy-and-lazy) * [x] [Capturing groups](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/9-regular-expressions/11-regexp-groups) * [x] [Backreferences in pattern: \\N and \\k\<name\>](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/9-regular-expressions/12-regexp-backreferences) * [x] [Alternation (OR) |](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/9-regular-expressions/13-regexp-alternation) * [x] [Lookahead and lookbehind](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/9-regular-expressions/14-regexp-lookahead-lookbehind) * [x] [Catastrophic backtracking](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/9-regular-expressions/15-regexp-catastrophic-backtracking) * [x] [Sticky flag "y", searching at position](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/9-regular-expressions/16-regexp-sticky) * [x] [Methods of RegExp and String](https://github.com/javascript-tutorial/zh.javascript.info/blob/master/9-regular-expressions/17-regexp-methods)
本教程经过全面优化,除了下列未勾选章节,均已优化完毕,敬请期待 😄
Storing data in the browser
Animation
Web components
Regular expressions