1.
What is the fastest jQuery selector?
2.
What is the purpose of caching jQuery selectors?
3.
How can you minimize DOM manipulation reflows?
4.
Which method detaches elements from the DOM in jQuery?
5.
What is event delegation?
6.
How does event delegation improve performance?
7.
What jQuery method is used for event delegation?
8.
What is the purpose of the debounce function?
9.
How can you create a promise in jQuery?
10.
What is the benefit of using the .when() method in jQuery?