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...
blog.micleners.com3 min read