Skip to content

Instantly share code, notes, and snippets.

@johnnyhalife
Created May 17, 2012 20:10
Show Gist options
  • Save johnnyhalife/2721305 to your computer and use it in GitHub Desktop.
Save johnnyhalife/2721305 to your computer and use it in GitHub Desktop.
murally.SomeClass.prototype.onRemoteResponse = function(response) {
var value = response.anything;
/** vs */
var value = response["anything"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment