Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Last active August 29, 2015 14:06
Show Gist options
  • Save javaeeeee/09bc8807164577846497 to your computer and use it in GitHub Desktop.
Save javaeeeee/09bc8807164577846497 to your computer and use it in GitHub Desktop.
JavaScript self-executing anonymous function
var myVar = (function(){
//Code goes here
return {
//fields and methods
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment