📜  在 js 中查找 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:56.642000             🧑  作者: Mango

代码示例6
The first element that will be found by that function
const f = array1.find(e => e > 10);