To loop through a JavaScript array, use the for...of loop. In this loop type, each value is assigned to a temporary variable for iterations.
確定! 回上一頁