Skip to content

Instantly share code, notes, and snippets.

@dealingwith
Created August 4, 2014 21:16
Show Gist options
  • Save dealingwith/f1656e9d232c48856909 to your computer and use it in GitHub Desktop.
Save dealingwith/f1656e9d232c48856909 to your computer and use it in GitHub Desktop.
(function(text) {
return "Factory says yo: " + text;
})("peace")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment