I'll use JavaScript syntax for this. These two loops give the exact same result: for(let i = 0; i < array.length; i++) {. console.log(array[i]);. }.
確定! 回上一頁