Self-test questions
To get additional confidence about your newly gained knowledge, go through the next set of statements and state whether they are true or false:
- Node modules can export more than one function to outer components.
- Node modules are extendable.
- Modules always need to explicitly declare their dependencies to other modules.
- When using mocking in a test environment, the mocked method is called on the mocked object.
- Debugging Node.js code is not as straightforward as other pieces of non-JavaScript code.