What does express.static() return?
the static files requested
What is the local __dirname variable in a Node.js module?
absolute path to the directory that the module is in
What does the join() method of Node’s path module do?
joins the specified path segments into one path.