Reading-notes

Status Codes Based On REST Methods

What is a status code 202?

What is a status code 308?

What code would you use if an update didn’t return data to a client?

204 No Content

What is the ‘Forbidden’ status code?

What is middleware?

What does app.use(express.json()) do?

What is the difference beween PUT and PATCH?

How do you make a default value in a schema?

What does a 500 error status code mean?

What is the difference between a status 200 and a status 201?