Skip to content

Instantly share code, notes, and snippets.

@qoelet
Created August 5, 2010 18:28
Show Gist options
  • Save qoelet/510155 to your computer and use it in GitHub Desktop.
Save qoelet/510155 to your computer and use it in GitHub Desktop.
// A nonsensical node.js program
var dummy = require('./dummy');
var kenny = new dummy.Dummy();
var dinner = kenny.cooking(fried_chix);
dinner.on('cooked', function(chicken) {
// eat up!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment