Problem
Implement inheritance using ES5 constructor functions, and show the equivalent ES6 class version.
Implement inheritance in ES5, and convert class-based inheritance to prototypal.
Implement inheritance using ES5 constructor functions, and show the equivalent ES6 class version.