Hacker News new | ask | show | jobs
by yefim 4010 days ago
ES6 actually solves this with it's new Class syntax.

  class Child extends Parent {
  }