Skip to content

Instantly share code, notes, and snippets.

@jwoertink
Created May 6, 2010 22:05
Show Gist options
  • Save jwoertink/392761 to your computer and use it in GitHub Desktop.
Save jwoertink/392761 to your computer and use it in GitHub Desktop.
person: {
name: {
first_name: "Jeremy",
last_name: "Woertink"
},
age: 28,
talk: function() {
alert("hello world");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment