Solution Review: Instance Type
Let’s discuss the solution to the challenge given in the previous lesson.
We'll cover the following...
We'll cover the following...
Solution
Let’s break down the solution to the challenge given in the previous lesson.
Explanation
As you know, you can change the behavior of an instance type by implementing the Symbol.species property getter in the derived class. So, we ...