Skip to main content

Quiz: Express Setup

Test what you learned in this lesson before moving on.

Lesson Quiz

Pass with 80% to complete this lesson.

1. Which middleware is required to parse JSON request bodies in Express?

2. What does calling next() in a middleware function do?

3. Which property on the request object contains URL parameters like /users/:id?