Skip to content

Instantly share code, notes, and snippets.

@mhuckaby
Last active October 12, 2015 03:47
Show Gist options
  • Save mhuckaby/3965949 to your computer and use it in GitHub Desktop.
Save mhuckaby/3965949 to your computer and use it in GitHub Desktop.
javascript scope
(function(msg) {
return {
"hot":function() {
console.log(msg);
}
};
})('doggy').hot();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment