Direction: Choose the correct option
Q1.
Does Node.js cache modules after the first `require()`?
Direction: Choose the correct option
Q2.
If a module exports an object, and you modify it in one file, will another file see the changes?
Direction: Choose the correct option
Q3.
How can you force a module to be reloaded (bypass cache)?
Direction: Choose the correct option
Q4.
Where is the module cache stored?
Direction: Choose the correct option
Q5.
What is a benefit of module caching?
