Created
December 13, 2016 17:04
-
-
Save misterzik/1ad43a0d3a6fd441f189f296d07552eb to your computer and use it in GitHub Desktop.
Vanilla Javascript Plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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