LFZ JS Flash Cards > express-hello-world > Flashcards
How do you mount a middleware with an Express application?
app.use() or/and app.Method()
Which objects does an Express application pass to your middleware to manage the request/response lifecycle of the server?
req and res