Skip to content

Instantly share code, notes, and snippets.

@dealingwith
Last active August 29, 2015 14:04
Show Gist options
  • Save dealingwith/0d7b936fda6a48d2f863 to your computer and use it in GitHub Desktop.
Save dealingwith/0d7b936fda6a48d2f863 to your computer and use it in GitHub Desktop.
(function() {
return {
sayHello: function(text) {
return "Factory says yo: " + text;
}
}
})().sayHello("peace")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment