Skip to content

Instantly share code, notes, and snippets.

@jtenner
Last active December 28, 2015 00:59
Show Gist options
  • Save jtenner/7417251 to your computer and use it in GitHub Desktop.
Save jtenner/7417251 to your computer and use it in GitHub Desktop.
var foo = {
bar: {
//put some named functions here
},
baz: function(){
return Object.create(this.bar);
}
}.baz();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment