JavaScript Promises: Alternative to then/catch
I promise this won't be a long blog, but no guarantees against puns 😜 The promise is a prominent way to deal with asynchronous code in JavaScript. Many APIs return asyncronousely and use the promise as a return value. The promise is to return data o...
Dec 20, 20203 min read2.2K
