Skip to content

Instantly share code, notes, and snippets.

@kinsteronline
Created March 30, 2011 21:53
Show Gist options
  • Save kinsteronline/895393 to your computer and use it in GitHub Desktop.
Save kinsteronline/895393 to your computer and use it in GitHub Desktop.
// Prototypal
function House(){};
House.prototype = {
edge: function() {
return 0.0136;
},
fixedOdds: function() {
return true;
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment