Vidyalelo
JavaScript · Q43

Invocation And Performance Navigation

Programming · JavaScript · question 43

Q43

What does the rendering engine do when it encounters JavaScript?

A.
Skips the code
B.
Continues painting
C.
Switches to Javascript Interpreter
Answer
D.
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.