Skip to content

Instantly share code, notes, and snippets.

@cetint
Created February 23, 2012 12:30
Show Gist options
  • Save cetint/1892633 to your computer and use it in GitHub Desktop.
Save cetint/1892633 to your computer and use it in GitHub Desktop.
Evrensel değişkenlerin JS'de kullanımı
var myGlobal = “contentID”;
window[“x”+myGlobal]=”value”;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment