InterviewSolution
Saved Bookmarks
| 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 |
|