What is the purpose of module.exports in a Node.js module?
To export code into another module
How do you import functionality into a Node.js module from another Node.js module?
Use the require function and pass in the relative path of the file as a string, then you can assign it to a variable