What does express.static() return?
It returns a function that is ‘under-the-hood’ in the Express framework
What is the local __dirname variable in a Node.js module?
It is the filepath location of the current module
What does the join() method of Node’s path module do?
It concatenates the arguments and returns the result as a string