node-require Flashcards
1
Q
What is the purpose of module.exports in a Node.js module?
A
to pass values and functionalities to other .js files
2
Q
How do you import functionality into a Node.js module from another Node.js module?
A
require(‘./file-name’)
the file path is a relative path to “that” module