About 63,000 results
Open links in new tab
  1. Promises Behavioral Health Drug Rehab Centers | Promises Behavioral …

    Start your life in recovery with compassionate, effective treatment at Promises Behavioral Health. There is a better future in front of you—and we’re here to help you discover it. We help patients recover …

  2. Promise - JavaScript | MDN - MDN Web Docs

    Jan 21, 2026 · 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 you can use them, …

  3. 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.

  4. JavaScript Promises - W3Schools

    JavaScript Promises were created to make asynchronous JavaScript easier to use. A Promise object represents the completion or failure of an asynchronous operation.

  5. 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.

  6. 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.

  7. JavaScript Promise - GeeksforGeeks

    Jan 17, 2026 · 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 available in the future.

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

    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 …

  9. promise - Wiktionary, the free dictionary

    Jan 20, 2026 · promise (countable and uncountable, plural promises) (countable) An oath or affirmation; a vow. When I make a promise, I always stick to it. He broke his promise: he said he'd return my …

  10. JavaScript Promises: an introduction | Articles | web.dev

    Dec 16, 2013 · Promises simplify deferred and asynchronous computations. A promise represents an operation that hasn't completed yet.