1. Throws an error
  2. Throws an exception
  3. Sends it to the compiler
  4. Sends it to the interpreter
6 views

1 Answers

Answer: Option 4

If the browser encounters a script tag without a src attribute, the rendering engine simply passes the code to the JavaScript Interpreter for execution.

6 views