Open links in new tab
  1. Promise - JavaScript | MDN - MDN Web Docs

    • The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value.
      To learn about the way promises work and how y… See more

    Description

    A Promise is a proxy for a value not necessarily known when the promise is created. It allows you … See more

    Mozilla Developer
    Constructor

    Promise()
    Creates a new Promise object. The constructor is primarily used to wrap functions that do not already support promises.… See more

    Mozilla Developer
    Feedback
  1. Some results have been removed
Refresh