InterviewSolution
Saved Bookmarks
| 1. |
What is chaining in Node.js? |
|
Answer» This is a MECHANISM by which the output of one stream is CONNECTED to the output of another stream y creating a long chain of MULTIPLE stream OPERATIONS. |
|