Skip to content

Instantly share code, notes, and snippets.

@marcusoftnet
Created May 7, 2014 12:26
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 marcusoftnet/2934772673f6752213fd to your computer and use it in GitHub Desktop.
Save marcusoftnet/2934772673f6752213fd to your computer and use it in GitHub Desktop.
generator
function *theGenerator(){
yield "One, for the money";
yield "Two, for the show";
yield "Three to get ready! Now go, cat, go";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment