2. Which one of the following collect data from a form with a GET request? O req.send Oreq.body Oreq.query res.send Inco
Posted: Fri Jul 08, 2022 6:37 am
2. Which one of the following collect data from a form with a GET request? O req.send Oreq.body Oreq.query res.send Incorrect It is the request (req) that contains form data.