Which of the following is true regarding built-in middlewares in Express.js?

  • Built-in middlewares cannot be customized or extended.
  • You can modify the behavior of built-in middlewares, but you cannot remove them.
  • Built-in middlewares can be completely disabled if not needed.
  • You can add custom middlewares, but built-in ones cannot be used.
In Express.js, you can completely disable built-in middlewares if they are not needed, allowing for customization and control over the middleware stack.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *