Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What is middleware in Express?

  1. A A database layer
  2. B A function with access to req, res and next that runs during the request-response cycle
  3. C A templating engine
  4. D A type of route parameter
Answer

A function with access to req, res and next that runs during the request-response cycle

Middleware runs in registration order and can modify the request, end the response, or pass control on. Order therefore matters a great deal.

All NodeJS MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as