Challenge: Solution Review
This lesson will explain the solution to the problem from the previous coding challenge.
We'll cover the following...
We'll cover the following...
Solution #
Explanation
The ES6 version of JavaScript uses classes that are defined using the class keyword to implement the constructor pattern. In this case, the ...