• last week
Express.js makes it easy to handle route parameters. It parses these parameters and makes them available in the req.params object. We can decide how will be called the key with dynamic route parameter. This video shows how.

Gist Url: https://gist.github.com/InterTuts/a08d6e02906bf45770f77181d0f1e305

Recommended