Q. Which of the following is one of the fundamental features of JavaScript?

  • (A) Single-threaded
  • (B) Single-threaded
  • (C) Both Single-threaded and Multi-threaded
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) Single-threaded
Explanation: One of the fundamental features of client-side JavaScript is that it is single-threaded: a browser will never run two event handlers at the same time, and it will never trigger a timer while an event handler is running, for example.
Explanation by: Mr. Dubey
One of the fundamental features of client-side JavaScript is that it is single-threaded: a browser will never run two event handlers at the same time, and it will never trigger a timer while an event handler is running, for example.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
153
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate