📜  在 js 中查找 - Javascript 代码示例

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

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