What is the use of delay() method in JQuery?

What is the use of delay() method in JQuery?

In jQuery, delay() method sets a timer to delay the execution of the next element (or item) in the queue. The syntax is :- $( selector ).delay( speed,queueName )