The for–in loop is for looping over object properties. The for–of loop is for looping over the values in an array. for–of is not just for arrays.
確定! 回上一頁