JavaScript promises
Oct 9, 2021 · 3 min read · What is a JavaScript Promise? JavaScript promises are what their name says. You use them to make a promise to do something, usually asynchronously. When the task completes, you either fulfill 😎 your promise or fail 😣 to do so. A Promise is a constr...
Join discussion