Skip to content

Instantly share code, notes, and snippets.

@misterzik
Created December 13, 2016 17:04
Show Gist options
  • Save misterzik/1ad43a0d3a6fd441f189f296d07552eb to your computer and use it in GitHub Desktop.
Save misterzik/1ad43a0d3a6fd441f189f296d07552eb to your computer and use it in GitHub Desktop.
Vanilla Javascript Plugin
// Create an immediately invoked functional expression to wrap our code
(function() {
var privateVar = "You can't access me in the console"
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment