Skip to content

Instantly share code, notes, and snippets.

@albizures
Last active September 20, 2017 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save albizures/e193b16b69fa54da28dcd6624b03ecd5 to your computer and use it in GitHub Desktop.
Save albizures/e193b16b69fa54da28dcd6624b03ecd5 to your computer and use it in GitHub Desktop.
Scope
function foo () {
var a = 1
}
function foo () {
var bar = 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment