• Creates a Deferred object with properties for promise, resolve, and reject. This allows manual control over the resolution and rejection of a promise.

    Returns void

    The Deferred object with promise, resolve, and reject methods.