Direction: Choose the correct option
Q1.
To create a custom module that exports a single function, you would write:
Direction: Choose the correct option
Q2.
How do you import a local module located at `./utils.js`?
Direction: Choose the correct option
Q3.
If you want to export multiple functions from a module, you should:
Direction: Choose the correct option
Q4.
What happens if you use both `exports` and `module.exports` in the same module?
Direction: Choose the correct option
Q5.
In a module, where does Node.js look for modules required without a path (e.g., `require('fs')`)
