express hello world Flashcards
1
Q
How do you mount a middleware with an Express application?
A
By calling a method on an Express object and adding the middleware as an argument
2
Q
Which objects does an Express application pass to your middleware to manage the request/response lifecycle of the server?
A
req and res