Skip to content

Instantly share code, notes, and snippets.

@ilearnjavascript
Created March 27, 2019 23:42
Show Gist options
  • Save ilearnjavascript/93fb82685126f095c35baf624aa51cb6 to your computer and use it in GitHub Desktop.
Save ilearnjavascript/93fb82685126f095c35baf624aa51cb6 to your computer and use it in GitHub Desktop.
es6 - classes - 15.js
greet() {
super.greet(); // call parent method and then extend it
console.log(`And now hands in the air!`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment