Try something like this: JavaScript. const result = Array.from(array1); array2.forEach(el => { let item = result.find(x => x.date ...
確定! 回上一頁