NODE REQUIRE Flashcards
1
Q
What is the purpose of module.exports in a Node.js module?
A
Can export files onto other modules
2
Q
How do you import functionality into a Node.js module from another Node.js module?
A
Assign the function to module.export and use require