Multiple choice

Which of the following is NOT a feature of JavaScript?

  1. Less server interaction

  2. We can handle events in JavaScripts

  3. JavaScript supports multithreading.

  4. It makes a web page dynamic

  5. Supports drag and drop.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Multithreading is the process of running multiple threads simultaneously. JavaScript doesn't have any multithreading or multiprocess capabilities.