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
Returns a string of the current directory name. Absolute path to folder that the module is in.
3
Q
What does the join() method of Node’s path module do?
A
Concatenates the elements and returns the string