This is exactly what happens in for-of loop. The for-of loops takes an iterable, and creates its iterator. It keeps on calling the next() ...
確定! 回上一頁