> 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-han-shu/array-every.md).

# Array every

**`every()`** 方法测试数组中是不是每个元素通过了被提供的函数测试。它返回的是一个Boolean类型的值。

只要有一个元素测试为false，every会立即返回false
