Skip to content

Instantly share code, notes, and snippets.

@daytonn
Created February 19, 2015 19:18
Show Gist options
  • Select an option

  • Save daytonn/24af1870507ff2b637ad to your computer and use it in GitHub Desktop.

Select an option

Save daytonn/24af1870507ff2b637ad to your computer and use it in GitHub Desktop.
CWCPOOJS - basic object
var person = {
firstName: "Bob",
lastName: "Ject",
age: 33,
address: {
street: "123 Memory Ln",
apt: "0x7fff9575c05f",
zip: "01101",
city: "Browser Town",
state: "Mozilla"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment