1 parent 287399c commit eb183dcCopy full SHA for eb183dc
1 file changed
content/JavaScript/iterator.jsdoc
@@ -2,6 +2,9 @@ Iterator : Object
2
3
An Iterator is an Object that returns a sequence of values.
4
5
+You can use the **for(var value of iterator) {}** to easily loop
6
+over the values in an iterator.
7
+
8
Calling an ECMAScript 6 generator function (**function*() {}**) return
9
an Iterator.
10
0 commit comments