https://github.com/justjavac/es2018puzzlers
ES2018(ES9) 测试题
https://github.com/justjavac/es2018puzzlers
es2018 es2018-features es9 es9-features javascript
Last synced: 4 months ago
JSON representation
ES2018(ES9) 测试题
- Host: GitHub
- URL: https://github.com/justjavac/es2018puzzlers
- Owner: justjavac
- License: gpl-3.0
- Created: 2018-02-14T08:04:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T02:58:01.000Z (over 6 years ago)
- Last Synced: 2025-04-07T18:03:52.189Z (7 months ago)
- Topics: es2018, es2018-features, es9, es9-features, javascript
- Language: HTML
- Homepage: http://es2018puzzlers.justjavac.com
- Size: 164 KB
- Stars: 29
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ES2018(ES9) Puzzlers
## 概述
本网站主要用于测试你对 ES2018(ES9) 的掌握情况,答案可在 [esnext.justjavac.com](https://esnext.justjavac.com) 找到。
如果你有好的谜题,欢迎创建 [issue](https://github.com/justjavac/es2018puzzlers/issues/new)
## 交流群
QQ 群: [599243863](https://jq.qq.com/?_wv=1027&k=5RDuiJf)
## ES2018(ES9)
ES2018(ES9) 新特性包括:
- [非转义序列的模板字符串](https://esnext.justjavac.com/proposal/template-literal-revision.html)
- [正则表达式 `dotAll` 模式](https://esnext.justjavac.com/proposal/regexp-dotall-flag.html)
- [正则表达式命名捕获组](https://esnext.justjavac.com/proposal/regexp-named-groups.html)
- [对象展开运算符](https://esnext.justjavac.com/proposal/object-rest-spread.html)
- [正则表达式反向(后向)断言](https://esnext.justjavac.com/proposal/regexp-lookbehind.html)
- [正则表达式 Unicode 转义](https://esnext.justjavac.com/proposal/regexp-unicode-property-escapes.html)
- [Promise.prototype.finally](https://esnext.justjavac.com/api/Promise.prototype.finally.html)
- [异步迭代器](https://esnext.justjavac.com/proposal/async-iteration.html)## License
本网站代码使用 [GPLv3](./LICENSE) 许可证。
网站文字内容由justjavac创作,采用知识共享署名-非商业性使用-相同方式共享 3.0 中国大陆许可协议进行许可。