11.
Which method is used to delegate an event handler in jQuery?
12.
How does event delegation handle dynamically added elements?
13.
What is a promise in jQuery?
14.
Which jQuery method is used to chain multiple asynchronous operations?
15.
How can you reject a deferred object in jQuery?
16.
How can you ensure that a callback runs only once, even if the promise is resolved multiple times?
17.
What does the promise() method return in jQuery?
18.
How can developers handle multiple asynchronous operations concurrently in jQuery?
19.
How can you handle errors in an asynchronous operation in jQuery?
20.
Which method allows you to specify multiple callbacks for different outcomes of a promise in jQuery?