Back to Developer Roadmap

Js Promises

src/data/question-groups/frontend/content/js-promises.md

4.0197 B
Original Source

Promises are JavaScript objects that represent the eventual completion of an asynchronous call. Through promises you’re able to handle the successful or failed execution of the asynchronous call.