Short exercise to test how the 'this' operator behaves in the global context and when unbounded/bound to an object or function.
- Fork the repo to your github
- Clone it to your local machine
git clone <your_forked_repo_url>
- Install dependencies
npm install
- Start the test suite
npm test
- Open another terminal and start the server
npm start
-
A browser window should appear with the file structure, click on 'test-report.html' to view the tests.
-
Work in test.js to make the tests pass.