Time to practice creating and using constructor functions and ES2015 classes. Your objective is to implement the requirements listed in each file of the /problems directory. In addition to the prompts available at the top of each file, Mocha specs are provided to test your work.
To get started, use the following commands:
cd into the project directorynpm install to install any dependenciesmocha to run the test cases