What does express.static() return?
a function
What is the local __dirname variable in a Node.js module?
Returns a string of the current directory name. Absolute path to folder that the module is in.
What does the join() method of Node’s path module do?
Concatenates the elements and returns the string