Challenge: Constructor Pattern
In this challenge, you have to implement the constructor pattern to solve the given problem.
We'll cover the following...
Problem statement
The example in the previous lesson used the constructor functions to ...