Vidyalelo
JavaScript · Q24

Caching And Debugging

Programming · JavaScript · question 24

Q24

The object that looks to the thread that creates it is

A.
Window
B.
Worker
Answer
C.
Element
D.
Hash

Answer: Option B

Solution

Answer: Option B
Solution:
The Worker object: this is what a worker looks like from the outside, to the thread that creates it.