InterviewSolution
Saved Bookmarks
| 1. |
Which will be invoked to create a new worker?(a) Function(b) Destructor(c) Constructor(d) InterfaceThis question was posed to me in examination.My question is from Web Workers in division Caching, Debugging and Animation of JavaScript |
|
Answer» Correct answer is (c) CONSTRUCTOR |
|