function createGlobalVar(varName, varValue) { this[varName] = varValue; } createGlobalVar('generatedVar', 10);