Skip to content

Instantly share code, notes, and snippets.

@ilearnjavascript
Created March 27, 2019 23:40
Show Gist options
  • Save ilearnjavascript/02017e7e0bc15abe4d07cada1b67a626 to your computer and use it in GitHub Desktop.
Save ilearnjavascript/02017e7e0bc15abe4d07cada1b67a626 to your computer and use it in GitHub Desktop.
es6 - classes - 11.js
es5_Soldier.prototype.greet = function () {
es5_Person.prototype.greet.apply(this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment