In JavaScript, we can use forEach(function) to loop an Array. The provided function in forEach() will run once for each array element.
確定! 回上一頁