1.
What is a deferred object in jQuery?
2.
Which method is used to define custom validation rules in jQuery?
3.
How can you create a promise from a deferred object in jQuery?
4.
What is the purpose of the done() method in jQuery promises?
5.
How do you attach multiple callbacks to a jQuery promise?
6.
Which jQuery method is used to handle both success and failure cases of a promise?
7.
What does the fail() method do in jQuery promises?
8.
Which method allows you to specify a callback that is executed regardless of the promise's outcome?
9.
What is event delegation in jQuery?
10.
How can event delegation improve performance?