Discussion :: Javascript - CS
- What does the rendering engine do when it encounters JavaScript?
A.
Skips the code |
B.
Continues painting |
C.
Switches to Javascript Interpreter |
D.
None of the mentioned |
Answer : Option C
Explanation :
The rendering engine handles painting the content to the screen. When it encounters JavaScript, it hands it off to the JavaScript interpreter.
Be The First To Comment