📜  javascript es6 find - Javascript 代码示例

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

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