Direction: Choose the correct option
Q1.
What is routing in Express.js?
Direction: Choose the correct option
Q2.
Which Express method handles HTTP POST requests?
Direction: Choose the correct option
Q3.
What is the correct syntax for a route that handles GET requests to '/about'?
Direction: Choose the correct option
Q4.
What does the route app.all('/secret', ...) do?
Direction: Choose the correct option
Q5.
Which object contains information about the incoming request?
