The constructor method is a special method of a class for creating and initializing an object instance of that class. A constructor enables you to provide any custom initialization that must be done ...
You should see failing tests. Create 3 constructor functions by following the comments in constructors.js. Write all of the constructor functions below in constructors.js ...