Skip to content

Instantly share code, notes, and snippets.

@kirakishin
Forked from albizures/scope.js
Created September 20, 2017 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirakishin/ff60b8b9b4641f3e3b11f2be95386f49 to your computer and use it in GitHub Desktop.
Save kirakishin/ff60b8b9b4641f3e3b11f2be95386f49 to your computer and use it in GitHub Desktop.
Scope
function foo () {
var a = 1
}
function foo () {
var bar = 1
}
@kirakishin
Copy link
Author

kirakishin commented Sep 21, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment