We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
正则表达式 https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Regular_Expressions https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/RegExp 熟悉以下概念 元字符 量词 分组和引用 转义 零宽断言 贪婪 & 惰性
完成以下练习 https://github.com/FE-star/exercise5 https://github.com/FE-star/exercise6 https://github.com/FE-star/exercise7
推荐书籍: https://book.douban.com/subject/2154713/ 重点是前五章 另外可以了解一下 ES2018 在正则方面有哪些扩展 模块化 回顾一下模块化的历史:http://huangxuan.me/js-module-7day/#/ 围观一下showcase:https://github.com/FE-star/showcase3 扩展知识(非预习内容) 上古大神“张云龙”的一些模块化和工程的思考,虽然有些古老了,但是很多问题是一些通性问题:https://github.com/fouber/blog
The text was updated successfully, but these errors were encountered:
No branches or pull requests
正则表达式
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Regular_Expressions
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/RegExp
熟悉以下概念
元字符
量词
分组和引用
转义
零宽断言
贪婪 & 惰性
完成以下练习
https://github.com/FE-star/exercise5
https://github.com/FE-star/exercise6
https://github.com/FE-star/exercise7
推荐书籍: https://book.douban.com/subject/2154713/ 重点是前五章
另外可以了解一下 ES2018 在正则方面有哪些扩展
模块化
回顾一下模块化的历史:http://huangxuan.me/js-module-7day/#/
围观一下showcase:https://github.com/FE-star/showcase3
扩展知识(非预习内容)
上古大神“张云龙”的一些模块化和工程的思考,虽然有些古老了,但是很多问题是一些通性问题:https://github.com/fouber/blog
The text was updated successfully, but these errors were encountered: