An open API service indexing awesome lists of open source software.

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) 测试题

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 中国大陆许可协议进行许可。