Day 27 of 100days of code.
Working with Express JS
Understanding Param Middleware
Param middleware is a special middleware which only runs for certain route parameters. To create a param middleware, we use a method called param(). Using the param() method, we can create a midd...
paks.hashnode.dev2 min read