express-static Flashcards
1
Q
What does express.static() return?
A
returns middleware that parses all bodies as a string.
2
Q
What is the local __dirname variable in a Node.js module?
A
string absolute path to the parent directory.
EX: mt/c1120-cohort/express-static/code .
3
Q
What does the join() method of Node’s path module do?
A
joins all path segments together.