Skip to content

Instantly share code, notes, and snippets.

@OscarGodson
Created September 16, 2011 18:52
Show Gist options
  • Save OscarGodson/1222810 to your computer and use it in GitHub Desktop.
Save OscarGodson/1222810 to your computer and use it in GitHub Desktop.
How to eat bacon with JavaScript
var bacon = new Bacon('hickory');
bacon.cook(function(cookedBacon){
cookedBacon.nom();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment