Learning Fuze > node-require > Flashcards
What is the purpose of module.exports in a Node.js module?
allows you to transmit information easily between files
How do you import functionality into a Node.js module from another Node.js module?
you use require() and assign it to a const