Which of the following has a lesser benchmark time for using JQuery to access DOM versus pure JavaScript in milliseconds?

Which of the following has a lesser benchmark time for using JQuery to access DOM versus pure JavaScript in milliseconds? Correct Answer Firefox JSDOM_benc

jsdom is a pure-JavaScript implementation of many web standards, notably the WHATWG DOM and HTML Standards, for use with Node.js. When we try to compare the average benchmark time for using JQuery to access DOM versus pure JavaScript in milliseconds, the Firefox JSDOM_benc has a lesser benchmark time.

Related Questions

Which of the following has a greater benchmark time for looping and JQuery vs core JavaScript in milliseconds?
How do we get the DOM object in JavaScript?
Which is the function in JavaScript that will print the current page in JavaScript?
Which of the following is a utility function in jQuery?
Which of the following are the features of jQuery?