Use the `forEach()` method to iterate over an array with index, e.g. `arr.forEach((element, index) => {})`.
確定! 回上一頁