Direction: Choose the correct option
Q1.
What is middleware in Express.js?
Direction: Choose the correct option
Q2.
Which arguments are passed to a standard middleware function?
Direction: Choose the correct option
Q3.
What does the next() function do in middleware?
Direction: Choose the correct option
Q4.
If a middleware does not call next() or send a response, what happens?
Direction: Choose the correct option
Q5.
Which of the following is an example of built-in middleware in Express 4.x?
