Home »
MCQs »
Express.js MCQs
Which of the following arguments are available in an Express JS route handler function?
30. Which of the following arguments are available in an Express JS route handler function?
- req - the request object
- res - the response object
- next
- All of the above
Answer: D) All of the above
Explanation:
Following arguments are available in an Express JS route handler function:
- req - the request object
- res - the response object
- next