1.

Which of the following has a greater benchmark time for looping and JQuery vs core JavaScript in milliseconds?(a) Chrome JQuery(b) Chrome JavaScript(c) Firefox JQuery(d) Firefox JavaScriptThis question was posed to me in a national level competition.My query is from Comparison of Core JavaScript versus Frameworks in section Caching, Debugging and Animation of JavaScript

Answer»

The correct CHOICE is (a) Chrome JQuery

To explain: jQuery Injector allows you to INJECT jQuery into every frame on a page so that you can use jQuery in the chrome DEV console. When we try to compare the average benchmark time for looping and JQuery vs core JavaScript in MILLISECONDS, the Chrome JQuery has a greater benchmark time.



Discussion

No Comment Found

Related InterviewSolutions