Skip to content

Instantly share code, notes, and snippets.

@mlshv
Last active November 17, 2018 09:15
Show Gist options
  • Save mlshv/0468d748de49c74f4b9eef926b5c1c54 to your computer and use it in GitHub Desktop.
Save mlshv/0468d748de49c74f4b9eef926b5c1c54 to your computer and use it in GitHub Desktop.
single variable example for-loop in generator
for (const a of actions) {
watchers.push(yield createWatcher(a))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment