324 Views
Promises are a really useful tool for writing non-blocking, concurrent code, and they're available today in your favorite browser. Promises can make potentially frightening asynchronous code look downright friendly. However, using promises does not guarantee correct code.
0 comments