Example for blog to show the difference between ES5 and ES6 javascript classes using inheritance and prototypes use cases.
Example contains a base class Person
and two sub classes Teacher
and Student
which extend the base class.
Blog url: https://gosink.in/javascript-class-difference-between-es5-and-es6-classes/