What does express.static() return?
Returns a function
What is the local __dirname variable in a Node.js module?
string that is the directory name of the current module
What does the join() method of Node’s path module do?
Joins all given argument path segments together using the platform-specific separator, then normalizes the resulting path. Zero length paths are ignored and if the joined path string is zero-length then ‘.’ will be returned.