Skip to content

Instantly share code, notes, and snippets.

@eee-c
Created February 21, 2011 02:19
Show Gist options
  • Save eee-c/836583 to your computer and use it in GitHub Desktop.
Save eee-c/836583 to your computer and use it in GitHub Desktop.
var declarations are undefined
> var foo = "Bar"
undefined
> foo
"Bar"
> bar = "Foo"
"Foo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment