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