What does express.static() return?
It returns middleware.
What is the local __dirname variable in a Node.js module?
The directory name of the current module.
What does the join() method of Node’s path module do?
It joins its arguments (paths) with a delimiter (slash) creating an absolute path.