Skip to content

Instantly share code, notes, and snippets.

@emkay
Created November 14, 2011 01:33
Show Gist options
  • Select an option

  • Save emkay/1363038 to your computer and use it in GitHub Desktop.

Select an option

Save emkay/1363038 to your computer and use it in GitHub Desktop.
Object Example
var person = {
"name": "Bob Barker"
};
person.name = "Batman";
//or
person["name"] = "Batman";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment