Q. What does the rendering engine do when it encounters JavaScript?
β
Correct Answer: (C)
Switches to Javascript Interpreter
Explanation: The rendering engine handles painting the content to the screen. When it encounters JavaScript, it hands it off to the JavaScript interpreter.