Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What does the rendering engine do when it encounters JavaScript?

  2. A.

     Skips the code

    B.

     Continues painting

    C.

     Switches to Javascript Interpreter

    D.

     None of the mentioned

    View Answer

    Workspace

    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