要查找的数组,predict:要查找的 key 字符串 或 [key,value] 数组,或 对象{key,value},fromIndex:要从数组中第一个元素开始查,默认为 0
function find...predictFn(item)) {
return item;
}
}
return undefined;
}
console.log(
find...2, c: 3 },
{ a: 4, b: 5, c: 6, d: 8 },
],
"a"
)
);
console.log(
find...2, c: 3 },
{ a: 4, b: 5, c: 6, d: 8 },
],
"d"
)
);
console.log(
find...3 },
{ a: 4, b: 5, c: 6, d: 8 },
],
["a", 4]
)
);
console.log(
find