Do you think the code below would print 1 2 and then stop? array = [1, 2, 3, 4];array.forEach(function (element) { console.log(element);
確定! 回上一頁