InterviewSolution
Saved Bookmarks
| 1. |
The object that looks to the thread that creates it is _______________(a) Window(b) Worker(c) Element(d) Hash |
|
Answer» Correct option is (b) Worker To explain: A web worker is a JavaScript running in the background, without affecting the performance of the page. The Worker object: this is what a worker looks like from the outside to the thread that creates it. |
|