Home »
MCQs »
Express.js MCQs
The ____ object is used to handle data sent to the server through string or JSON object?
33. The ____ object is used to handle data sent to the server through string or JSON object?
- Response
- Request
Answer: B) Request
Explanation:
The request object is used to handle data sent to the server through a string or JSON object.