Skip to content

Instantly share code, notes, and snippets.

@ahamedali95
Created May 10, 2020 18:21
Show Gist options
  • Save ahamedali95/1fe9d64f9a1b1bfcbf7bcdb3aa7ccb94 to your computer and use it in GitHub Desktop.
Save ahamedali95/1fe9d64f9a1b1bfcbf7bcdb3aa7ccb94 to your computer and use it in GitHub Desktop.
function *generator() {
return 'value';
}
console.log(generator()); //=> Object [Generator] {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment