Skip to content

Instantly share code, notes, and snippets.

@thetallweeks
Created April 25, 2014 18:12
Show Gist options
  • Save thetallweeks/11298413 to your computer and use it in GitHub Desktop.
Save thetallweeks/11298413 to your computer and use it in GitHub Desktop.
function createGlobalVar(varName, varValue) {
this[varName] = varValue;
}
createGlobalVar('generatedVar', 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment