InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is one of the fundamental features of JavaScript?(a) Single-threaded(b) Multi-threaded(c) Both Single-threaded and Multi-threaded(d) Simple-threadedI got this question during a job interview.Query is from Web Workers topic in chapter Caching, Debugging and Animation of JavaScript |
|
Answer» The correct CHOICE is (a) Single-threaded |
|