Learning Fuze > node-require > Flashcards
What is the purpose of module.exports in a Node.js module?
to send functions or variables to another module
How do you import functionality into a Node.js module from another Node.js module?
export from the module and import from the module