What does express.static() return?
returns middleware - functionality
What is the local __dirname variable in a Node.js module?
it is the local directory name that you are running node from
What does the join() method of Node’s path module do?
Path.join() method joins all given path segments together using the platform specific separator as a delimiter (one or more characters that separate text strings), then normalizes the resulting path