Home »
MCQs »
Express.js MCQs
Which of the following middleware is used for binding the app object with the help of the app.use() method?
27. Which of the following middleware is used for binding the app object with the help of the app.use() method?
- Application-level-middleware
- Router-level-middleware
- User level middleware
- Built-in-level middleware
Answer: A) Application-level-middleware
Explanation:
Application-level middleware is used for binding the app object with the help of the app.use() method.