Javascript Prototype and Inherance 10 Nov 2014 Javascript Programming Javascript Prototype and Inherance We know that one way of Javascript supporting inherence is through prototype/__proto__. var accord = {make: 'Honda', model: 'accord'} var civic