What does the rendering engine do when it encounters JavaScript?
What does the rendering engine do when it encounters JavaScript? Correct Answer Switches to Javascript Interpreter
A rendering engine is a software that draws text and images on the screen. The rendering engine handles painting the content to the screen. When it encounters JavaScript, it hands it off to the JavaScript interpreter.