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