# 实现JS常见函数

- [Debounce](https://mm.ricky.moe/javascript/chang-jian-han-shu/debounce.md): 防抖函数总结
- [Throttle](https://mm.ricky.moe/javascript/chang-jian-han-shu/throttle.md): 节流函数总结
- [Call, Apply, Bind](https://mm.ricky.moe/javascript/chang-jian-han-shu/call-apply-bind.md)
- [type](https://mm.ricky.moe/javascript/chang-jian-han-shu/type.md)
- [深拷贝](https://mm.ricky.moe/javascript/chang-jian-han-shu/shen-kao-bei.md)
- [isEuqal](https://mm.ricky.moe/javascript/chang-jian-han-shu/iseuqal.md)
- [数组乱序](https://mm.ricky.moe/javascript/chang-jian-han-shu/shu-zu-luan-xu.md)
- [数组去重](https://mm.ricky.moe/javascript/chang-jian-han-shu/shu-zu-qu-zhong.md)
- [实现 merge](https://mm.ricky.moe/javascript/chang-jian-han-shu/js-merge.md)
- [数组flat](https://mm.ricky.moe/javascript/chang-jian-han-shu/shu-zu-flat.md)
- [实现 map](https://mm.ricky.moe/javascript/chang-jian-han-shu/shi-xian-map.md)
- [数组filter](https://mm.ricky.moe/javascript/chang-jian-han-shu/shu-zu-filter.md)
- [模拟new](https://mm.ricky.moe/javascript/chang-jian-han-shu/mo-ni-new.md)
- [模拟实现async](https://mm.ricky.moe/javascript/chang-jian-han-shu/mo-ni-shi-xian-async.md)
- [模拟instance of](https://mm.ricky.moe/javascript/chang-jian-han-shu/mo-ni-instance-of.md)
- [Object.create(null)与{}](https://mm.ricky.moe/javascript/chang-jian-han-shu/object.createnull-yu.md)
- [实现promisify](https://mm.ricky.moe/javascript/chang-jian-han-shu/shi-xian-promisify.md)
- [实现Promise.all](https://mm.ricky.moe/javascript/chang-jian-han-shu/shi-xian-promise.all.md)
- [实现Promise.race](https://mm.ricky.moe/javascript/chang-jian-han-shu/shi-xian-promise.race.md)
- [实现Promise.resolve/reject](https://mm.ricky.moe/javascript/chang-jian-han-shu/shi-xian-promise.resolvereject.md)
- [实现Promise.finnaly](https://mm.ricky.moe/javascript/chang-jian-han-shu/shi-xian-promise.finnaly.md)
- [实现Promise](https://mm.ricky.moe/javascript/chang-jian-han-shu/shi-xian-promise.md)
- [实现parseInt](https://mm.ricky.moe/javascript/chang-jian-han-shu/shi-xian-parseint.md)
- [实现foreach](https://mm.ricky.moe/javascript/chang-jian-han-shu/shi-xian-foreach.md)
- [实现Object keys](https://mm.ricky.moe/javascript/chang-jian-han-shu/shi-xian-object-keys.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://mm.ricky.moe/javascript/chang-jian-han-shu.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.
