# ES6 标准入门

- [01 变量声明与解构赋值](https://chanshiyu.gitbook.io/blog/shu-zhai/es6-biao-zhun-ru-men/01-bian-liang-sheng-ming-yu-jie-gou-fu-zhi.md)
- [02 语法的扩展](https://chanshiyu.gitbook.io/blog/shu-zhai/es6-biao-zhun-ru-men/02-yu-fa-de-kuo-zhan.md)
- [03 数据类型与数据结构](https://chanshiyu.gitbook.io/blog/shu-zhai/es6-biao-zhun-ru-men/03-shu-ju-lei-xing-yu-shu-ju-jie-gou.md)
- [04 Proxy 和 Reflect](https://chanshiyu.gitbook.io/blog/shu-zhai/es6-biao-zhun-ru-men/04proxy-he-reflect.md)
- [05 异步编程 Promise](https://chanshiyu.gitbook.io/blog/shu-zhai/es6-biao-zhun-ru-men/05-yi-bu-bian-cheng-promise.md)
- [06 Iterator 和 for of 循环](https://chanshiyu.gitbook.io/blog/shu-zhai/es6-biao-zhun-ru-men/06iterator-he-forof-xun-huan.md)
- [07 Generator 函数](https://chanshiyu.gitbook.io/blog/shu-zhai/es6-biao-zhun-ru-men/07generator-han-shu.md)
- [08 Async 函数](https://chanshiyu.gitbook.io/blog/shu-zhai/es6-biao-zhun-ru-men/08async-han-shu.md)
- [09 Class 类](https://chanshiyu.gitbook.io/blog/shu-zhai/es6-biao-zhun-ru-men/09class-lei.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://chanshiyu.gitbook.io/blog/shu-zhai/es6-biao-zhun-ru-men.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
