for..of loop is used to iterate over iterable objects it means the objects which are iterable. example: arrays. const arr = [1,2, ...
確定! 回上一頁