Skip to content

Instantly share code, notes, and snippets.

@gkobilansky
Created January 27, 2016 15:54
Show Gist options
  • Save gkobilansky/952cfde952f08fda5ae9 to your computer and use it in GitHub Desktop.
Save gkobilansky/952cfde952f08fda5ae9 to your computer and use it in GitHub Desktop.
Closure
var init = function () {
var closure = true;
var stillClosure = function () {
console.log(closure);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment