Created
September 16, 2011 18:52
-
-
Save OscarGodson/1222810 to your computer and use it in GitHub Desktop.
How to eat bacon with JavaScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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