• A promise in javascript and real life is an agreement that sets an expectation that something will be done. A promise can either be kept or broken.
  • Kelime ve terimleri çevir ve farklı aksanlarda sesli dinleme. promise söz break a promise dönmek promise söz vermek keep your promise ne demek.
  • JavaScript Promise, eşzamansız bir işlemin sonucunu elde etmek için, bu sonuç anında elde edilemediğinde kullanılabilen bir nesnedir.
  • The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value.
  • new Promise'e gönderilen fonksiyona çalıştırıcı. Promise üretildiğinde, bu çalıştırıcı otomatik olarak başlar. Bu üretici kodu kapsar, sonrasında sonuç üretilir.
  • 2 milyon görüntüleme
    Yayınlandı17 Oca 2019
  • Terminology
    • promise” is an object or function with a then method whose behavior conforms to this
    • “value” is any legal JavaScript value (including undefined, a thenable, or a promise).
  • "The Promise", Osmanlı İmparatorluğu'nun son dönemlerinde geçmektedir ve bu tarihi dönemin karmaşasını da sergilemektedir.
  • JavaScript Promise Examples. To demonstrate the use of promises, we will use the callback examples from the previous chapter: Waiting for a Timeout.
  • Bir JavaScript Promise henüz tamamlanmamış ancak gelecekte belli bir noktada gerçekleşecek bir işlemin sonucunu temsil eder.