A

Admin • 833K Points
Coach

Q. Which is the function that allows a worker to terminate itself?

  • (A) close()
  • (B) exit()
  • (C) terminate()
  • (D) halt()
  • Correct Answer - Option(A)
  • Views: 18
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

The close() function allows a worker to terminate itself, and it is similar in effect to the terminate() method of a Worker object.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.