> 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/interview/inverview-record/javascript-questions.md).

# javascript-questions

- [原型链与new优先级](https://mm.ricky.moe/interview/inverview-record/javascript-questions/yuan-xing-lian-yu-new-you-xian-ji.md)
- [函数+模板字符串](https://mm.ricky.moe/interview/inverview-record/javascript-questions/han-shu-+-mo-ban-zi-fu-chuan.md)
- [对象引用](https://mm.ricky.moe/interview/inverview-record/javascript-questions/dui-xiang-bi-jiao.md)
- [use strict](https://mm.ricky.moe/interview/inverview-record/javascript-questions/use-strict.md)
- [声明提升相关](https://mm.ricky.moe/interview/inverview-record/javascript-questions/sheng-ming-ti-sheng-xiang-guan.md)
- [对象键值存储](https://mm.ricky.moe/interview/inverview-record/javascript-questions/dui-xiang-jian-zhi-cun-chu.md)
- [target与事件冒泡](https://mm.ricky.moe/interview/inverview-record/javascript-questions/target-yu-shi-jian-mao-pao.md)
- [call与bind](https://mm.ricky.moe/interview/inverview-record/javascript-questions/call-yu-bind.md)
- [falsy](https://mm.ricky.moe/interview/inverview-record/javascript-questions/falsy.md)
- [map, reduce和正则](https://mm.ricky.moe/interview/inverview-record/javascript-questions/map-reduce-he-zheng-ze.md)
- [event-loop与promise](https://mm.ricky.moe/interview/inverview-record/javascript-questions/eventloop-yu-promise.md)
- [变量提升和声明作用域](https://mm.ricky.moe/interview/inverview-record/javascript-questions/bian-liang-ti-sheng-he-sheng-ming-zuo-yong-yu.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/interview/inverview-record/javascript-questions.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.
