InterviewSolution
Saved Bookmarks
| 1. |
Which of the following runs the JavaScript code?(a) Just In Time compiler(b) JavaScript Interpreter(c) Both Just In Time compiler and JavaScript Interpreter(d) Javascript compilerThe question was posed to me in an interview for internship.My enquiry is from Page Render BottleNecks Optimization topic in chapter Invocation and Performance Navigation of JavaScript |
|
Answer» Right option is (B) JavaScript Interpreter |
|