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 javascript
Correct Answer: Interpreting the JavaScript
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.