About 574,000 results
Open links in new tab
  1. Promise - JavaScript | MDN - MDN Web Docs

    Sep 18, 2025 · To learn about the way promises work and how you can use them, we advise you to read Using promises first. A Promise is a proxy for a value not necessarily known when the …

  2. Promises..... Promises! (1963) - IMDb

    Promises..... Promises!: Directed by King Donovan. With Jayne Mansfield, Tommy Noonan, Marie McDonald, Mickey Hargitay. After a drunken spree on a cruise ship, two ...

  3. Promise - Wikipedia

    There are many types of promises. There are solemn promises, such as marriage vows or military oaths and are conventions. There are legal contracts, enforceable by law. Or, there are fairy …

  4. PROMISE Definition & Meaning - Merriam-Webster

    The meaning of PROMISE is a declaration that one will do or refrain from doing something specified. How to use promise in a sentence.

  5. JavaScript Promises - W3Schools

    Here is how to use a Promise: Promise.then () takes two arguments, a callback for success and another for failure. Both are optional, so you can add a callback for success or failure only. To …

  6. PROMISE Definition & Meaning | Dictionary.com

    Promise definition: a declaration that something will or will not be done, given, etc., by one.. See examples of PROMISE used in a sentence.

  7. PROMISE | English meaning - Cambridge Dictionary

    PROMISE definition: 1. to tell someone that you will certainly do something: 2. If something promises to be good…. Learn more.

  8. JavaScript Promise - GeeksforGeeks

    Jul 11, 2025 · JavaScript Promises make handling asynchronous operations like API calls, file loading, or time delays easier. Think of a Promise as a placeholder for a value that will be …

  9. Promise - The Modern JavaScript Tutorial

    Dec 11, 2024 · To get some relief, you promise to send it to them when it’s published. You give your fans a list. They can fill in their email addresses, so that when the song becomes …

  10. How Promises Work in JavaScript – A Comprehensive Beginner's ...

    Jun 13, 2023 · To work with promises, you must adopt a special syntax that makes writing async instructions a lot more organized. Working with promises is a very useful skill every JavaScript …