Skip to content

Instantly share code, notes, and snippets.

@victorvhpg
Created November 7, 2016 22:37
Show Gist options
  • Save victorvhpg/97761ea53c6b4f05a18273134c361392 to your computer and use it in GitHub Desktop.
Save victorvhpg/97761ea53c6b4f05a18273134c361392 to your computer and use it in GitHub Desktop.
var a = "getNome";
var obj = {
[a + "DoFulano"]: function(){
return "teste";
}
};
obj.getNomeDoFulano();//teste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment