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.

Related Questions

What is the purpose of a Rendering Engine?
Firefox uses _________ rendering engine.
Rendering engine is not responsible for
Blue Griffon is based on ________ rendering engine
Which is the function in JavaScript that will print the current page in JavaScript?
When does the browser stop rendering the HTML?
What will happen if the browser encounters a script tag without an src attribute?