1. Compiling the JavaScript
  2. Interpreting the JavaScript
  3. Both Compiling & Interpreting the JavaScript
  4. None of the mentioned
4 views

1 Answers

Answer: Option 2

The JavaScript Engine is generally used for interpreting the JavaScript.

4 views