This is the template to use for the javascript residential controller. You will find the classes that should be used along with some methods described in the requirements. The necessary files to run some tests are also present. With Node JS and NPM installed, first run:
npm install
and then, to run the tests:
npm test
With a fully completed project, you should get an output like:
All of these files can be left in your final project but no scenarios should be present in your code. The grader will run tests similar to the ones provided.
Of course, make sure to edit this Readme file to describe your own project!
