The Response Object
-(..., res)
-Responsible for sending data back to the browser
Has methods like send() and status() that Express uses to format the output to the browser properly
Sends Headers
Cookies
Status Codes
Express Middleware
A series of functions that the request “goes through”
Each function receives request, response and next as parameters