Do you think a forEach loop would break in the example below? const array = [1, 2, 3, 4]; array.forEach(function(element) { console.log(element); if ...
確定! 回上一頁