InterviewSolution
Saved Bookmarks
| 1. |
Why shouldn’t JavaScript functions not be too long?(a) User friendliness(b) Tie up event loops(c) Browser becomes unresponsive(d) All of the mentionedI got this question in final exam.The above asked question is from Web Workers topic in chapter Caching, Debugging and Animation of JavaScript |
|
Answer» Right option is (d) All of the mentioned |
|