Home »
MCQs »
Express.js MCQs
____ functions are those that interact with the request and response objects (req, res) during the request-response cycle?
19. ____ functions are those that interact with the request and response objects (req, res) during the request-response cycle?
- Data binding
- Routing
- Middleware
Answer: C) Middleware
Explanation:
Middleware functions are those that interact with the request and response objects (req, res) during the request-response cycle.