Node Require Flashcards
1
Q
What is the purpose of module.exports
in a Node.js module?
A
to allow the main js file to read the file that is exporting the module (js file)
2
Q
How do you import functionality into a Node.js module from another Node.js module?
A
’./file’
file directory and file name