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