Introduction to Express - Route Parameters
Difficulty: Intermediate
Duration: 5 minutes and 29 seconds
Students: 73
Rating: 5/5
In this lesson, you will learn about Express Route Parameters. A route parameter is a named segment of a route. Route parameters are typically used to create a route to select a specific resource.
Learning Objectives
- Explain the route parameter
- Learn how to implement a route parameter
- Understand the req.params object
- Learn how to access the route parameter from the req.params object
- Learn the structure of a route to accept multiple route parameters
Intended Audience
- This lesson is intended for anyone who wants to learn about Express
Prerequisites
Covered Topics