> For the complete documentation index, see [llms.txt](https://mm.ricky.moe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mm.ricky.moe/javascript/es6-1.md).

# ES6

- [ES6/ES7/ES8/ES9索引](https://mm.ricky.moe/javascript/es6-1/es6es7es8es9-suo-yin.md)
- [+，-，\*\* 运算符](https://mm.ricky.moe/javascript/es6-1/+-yun-suan-fu.md)
- [Let  知识点](https://mm.ricky.moe/javascript/es6-1/let-zhi-shi-dian.md)
- [块级作用域](https://mm.ricky.moe/javascript/es6-1/kuai-ji-zuo-yong-yu.md)
- [Const知识点](https://mm.ricky.moe/javascript/es6-1/const-zhi-shi-dian.md)
- [Class](https://mm.ricky.moe/javascript/es6-1/class.md)
- [Proxy](https://mm.ricky.moe/javascript/es6-1/proxy.md)
- [Reflect](https://mm.ricky.moe/javascript/es6-1/reflect.md)
- [Symbol](https://mm.ricky.moe/javascript/es6-1/symbol.md)
- [Promise](https://mm.ricky.moe/javascript/es6-1/promise.md)
- [Iterator](https://mm.ricky.moe/javascript/es6-1/iterator.md)
- [For-of](https://mm.ricky.moe/javascript/es6-1/for-of.md)
- [for..in 与 for..of的区别](https://mm.ricky.moe/javascript/es6-1/for..in-yu-for..of-de-qu-bie.md)
- [Iterator](https://mm.ricky.moe/javascript/es6-1/iterator-2.md): 遍历器
- [Generator函数](https://mm.ricky.moe/javascript/es6-1/generator-han-shu.md)
- [async](https://mm.ricky.moe/javascript/es6-1/async.md)
- [装饰器](https://mm.ricky.moe/javascript/es6-1/zhuang-shi-qi.md)
- [模块](https://mm.ricky.moe/javascript/es6-1/mo-kuai.md): CMD/AMD/UMD/ES6
- [WeakMap](https://mm.ricky.moe/javascript/es6-1/weakmap.md): 弱引用集合
- [模块](https://mm.ricky.moe/javascript/es6-1/mo-kuai-1.md)
- [尾调用优化](https://mm.ricky.moe/javascript/es6-1/wei-tiao-yong-you-hua.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://mm.ricky.moe/javascript/es6-1.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.
