Skip to content

Instantly share code, notes, and snippets.

@noyesa
Created March 17, 2015 07:51
Show Gist options
  • Select an option

  • Save noyesa/5ab681eeda9d9a0d39c8 to your computer and use it in GitHub Desktop.

Select an option

Save noyesa/5ab681eeda9d9a0d39c8 to your computer and use it in GitHub Desktop.
class Subclass {
callBaseSayHello() {
this.sayHello();
}
}
Object.setPrototypeOf(Subclass.prototype, baseProto);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment