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?

  1. Application-level-middleware
  2. Router-level-middleware
  3. User level middleware
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.