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