Skip to content

Instantly share code, notes, and snippets.

@woliveiras
Last active January 12, 2017 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woliveiras/73eebe3d61690555ee10297bdc408f2b to your computer and use it in GitHub Desktop.
Save woliveiras/73eebe3d61690555ee10297bdc408f2b to your computer and use it in GitHub Desktop.
myIterator.next().value // 2
myIterator.next().value // 3
myIterator.next().value // 4
myIterator.next().value // 5
myIterator.next().value // 6
myIterator.next().value // 7
myIterator.next().value // 8
myIterator.next().value // 9
myIterator.next().value // 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment