> 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/chang-jian-han-shu/shi-xian-foreach.md).

# 实现foreach

原生的 forEach 函数没有跳出功能，并且没有返回值

**这里新增两个创新功能**

1. 跳出功能
2. 对象也可 forEach
