Direction: Choose the correct option
Q1.
What module system does Node.js use by default?
Direction: Choose the correct option
Q2.
How do you import a module in CommonJS?
Direction: Choose the correct option
Q3.
How do you export a function from a module in CommonJS?
Direction: Choose the correct option
Q4.
What is the difference between `exports` and `module.exports`?
Direction: Choose the correct option
Q5.
What does `require('./module')` return?
