What does express.static() return?
it returns middleware
What is the local __dirname variable in a Node.js module?
it returns the directory name of the current module/file
What does the join() method of Node’s path module do?
it joins path segments together to form a path