Skip to content

Instantly share code, notes, and snippets.

@laser
Last active December 29, 2015 11:29
Show Gist options
  • Save laser/7664374 to your computer and use it in GitHub Desktop.
Save laser/7664374 to your computer and use it in GitHub Desktop.
E.js
function* powGenerator() {
var result = Math.pow(----10----, yield "b");
return result;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment