Skip to content

Instantly share code, notes, and snippets.

@ilearnjavascript
Created March 27, 2019 23:40
Show Gist options
  • Save ilearnjavascript/b3048557464e31fcabbd32908af6e4a4 to your computer and use it in GitHub Desktop.
Save ilearnjavascript/b3048557464e31fcabbd32908af6e4a4 to your computer and use it in GitHub Desktop.
es6 - classes - 9.js
// add new method to all soldier instances
es5_Soldier.prototype.shoot = function () {
console.log('Peng Peng with ' + this.weapon);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment