Skip to content

Instantly share code, notes, and snippets.

@tskulbru
Created November 29, 2013 20:24
Show Gist options
  • Save tskulbru/7711446 to your computer and use it in GitHub Desktop.
Save tskulbru/7711446 to your computer and use it in GitHub Desktop.
var O = {
Foo: function() {
return "Foo for life yo!";
}
};
var M = "Foo";
console.log(O[M]());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment