Well, the forEach() method doesn't actually return anything (undefined). It simply calls a provided function on each element in your array.
確定! 回上一頁