express-static Flashcards
1
Q
What does express.static() return?
A
a function
2
Q
What is the local __dirname variable in a Node.js module?
A
the absolute path of the current directory.
3
Q
What does the join() method of Node’s path module do?
A
it joins all given path segments together.