

MCQOPTIONS
Saved Bookmarks
1. |
When the “end” event fires on EOF when no more data will arrive, which function is called? |
A. | .on("data",f); |
B. | .on("end",f); |
C. | .on("error",f); |
D. | .on("default",f); |
Answer» C. .on("error",f); | |