Skip to content

Instantly share code, notes, and snippets.

@Chryus
Created January 22, 2014 02:41
Show Gist options
  • Save Chryus/8552628 to your computer and use it in GitHub Desktop.
Save Chryus/8552628 to your computer and use it in GitHub Desktop.
yeti
var yeti = {
find: function fn() {
return this.appetite;
},
appetite: "gigantic"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment