Discussion :: Javascript - CS
- Which of the following is an event emitter?
Answer : Option B
Explanation :
The process object is an event emitter. The Node defines other important globals under the process namespaces that contain properties of that object like version, argv, env, pid,getuid(), cwd(), chdir() and exit().
Be The First To Comment