Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 828 Bytes

File metadata and controls

17 lines (10 loc) · 828 Bytes

Rocket-Elevators-Javascript-Controller

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:

Screenshot from 2021-06-10 16-31-36

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!