Skip to content

Instantly share code, notes, and snippets.

@fuchao2012
Created May 21, 2015 07:08
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 fuchao2012/758ddc35f9a1215a57f0 to your computer and use it in GitHub Desktop.
Save fuchao2012/758ddc35f9a1215a57f0 to your computer and use it in GitHub Desktop.
if('a' in window){
var a=10;
}
console.log(a);
// result?
// predefination or global defination?
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment