Examveda
Examveda

Which of the following is an event emitter?

A. once

B. process

C. listeners

D. on

Answer: Option B

Solution(By Examveda Team)

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().

Join The Discussion

Related Questions on Server Side and Client Side Scripting