What is the purpose of module.exports in a Node.js module?
So that they can be accessed elsewhere
How do you import functionality into a Node.js module from another Node.js module?
call the local require() function
can assign it to a variable or destructure it