Express.js req.param() Function
The req.param() function basically returns the value of the param name when present. When parameters are passed, then it can be accessed using this function. Syntax: req.param(name [, defaultValue]) Parameter: The name parameter is the name of the parameter. Return Value: String. Installation of the