Skip to content

Instantly share code, notes, and snippets.

@mgng
Created June 22, 2016 02:03
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 mgng/479201ba736c69b1585dd71dd5d74997 to your computer and use it in GitHub Desktop.
Save mgng/479201ba736c69b1585dd71dd5d74997 to your computer and use it in GitHub Desktop.
$(function(){
this.ABC = "123abc";
});
$(function(){
console.log(this.ABC); // 123abc
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment