HomePremium · ₹1199
← All questions

Inheritance in JavaScript (ES5) and class vs prototypal

Medium
Was this asked in an interview?

Implement inheritance in ES5, and convert class-based inheritance to prototypal.

Problem

Implement inheritance using ES5 constructor functions, and show the equivalent ES6 class version.