Skip to content

Instantly share code, notes, and snippets.

@Alamin02
Last active June 28, 2020 18:58
Show Gist options
  • Save Alamin02/f87f00cf896dc404b27e719829e824fa to your computer and use it in GitHub Desktop.
Save Alamin02/f87f00cf896dc404b27e719829e824fa to your computer and use it in GitHub Desktop.
const urlIterator = makeUrlIterator(content);
for(const url of urlIterator) {
yourSecretThing(url);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment