Which of the following is/are true about the http.ServerResponse object in Node.js?
1. It is created by an HTTP server.
2. It is passed as first parameter to the "request" event.
3. It is a writable stream.
Correct Answer: Only1 and 3
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Node.js MCQ Questions