Skip to content

Instantly share code, notes, and snippets.

@r-winkler
Last active July 31, 2016 11:18
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 r-winkler/3239f0bde68ef0195d9577bf650c932c to your computer and use it in GitHub Desktop.
Save r-winkler/3239f0bde68ef0195d9577bf650c932c to your computer and use it in GitHub Desktop.
function foo(){
console.log(this.bar);
}
var bar="bar1";
foo(); // bar1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment