When building RESTful APIs with Express, the ______ object is often used to send a response back to the client.

  • request
  • next
  • response
  • result
When building RESTful APIs with Express, the response object (res) is often used to send a response back to the client. It allows you to set headers, status codes, and send data in response to client requests.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *