The syntax of forEach is; let arr = [element1, element2, elementN]; arr.forEach(myFunction(element, index, array, this){ function body });.
確定! 回上一頁