A

Admin • 833K Points
Coach

Q. Which of the following is an event emitter?

  • (A) once
  • (B) process
  • (C) listeners
  • (D) on
  • Correct Answer - Option(B)
  • Views: 20
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

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

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.