Search⌘ K

Exercise 2: Instance Type

Explore managing instance types in JavaScript inheritance by completing an exercise that requires applying modern ES6+ features. This lesson helps you understand class-based inheritance and how to create correct instance copies, reinforcing your grasp on object-oriented programming concepts in JavaScript.

We'll cover the following...

Problem statement

Complete the code so it produces the desired result, using the modern JavaScript conventions. ...