Q43
What does the rendering engine do when it encounters JavaScript?
A.
Skips the code
B.
Continues painting
C.
Switches to Javascript Interpreter
AnswerD.
None of the mentioned
Answer: Option C
Solution
Answer: Option C
Solution:
The rendering engine handles painting the content to the screen. When it encounters JavaScript, it hands it off to the JavaScript interpreter.