01What are the two main parameters in an Express route handler callback?
02Which Express method is used to start the server and listen for incoming connections?
03What does middleware do in Express?
04Which Express middleware is required to parse JSON bodies from incoming POST requests?
05How do you access a URL route parameter (e.g., /users/:id) in Express?