1.

What is the purpose of the JavaScript Engine?(a) Compiling the JavaScript(b) Interpreting the JavaScript(c) Both Compiling & Interpreting the JavaScript(d) Parsing the javascriptThis question was addressed to me by my school teacher while I was bunking the class.My question is from Browser Parsing and Rendering topic in chapter Graphics and Rendering of JavaScript

Answer»

Correct choice is (B) Interpreting the JavaScript

The BEST I can explain: The JavaScript ENGINE is GENERALLY USED for interpreting the JavaScript. It is used to interpret the javascript and execute the javscript on the web page.



Discussion

No Comment Found

Related InterviewSolutions