There is one trick with Promises that might lead to nasty consequences: you might lose the async job. How it happens and how to avoid it?
2 posts tagged with #promises ❌
Promises (part two): the legend of the lost Promise
📅 Created 8 years ago 👁️ 826
Async Javascript: tricks with Promises (part one)
📅 Created 8 years ago 👁️ 535
Promises provide a pretty nice interface for async programming in Javascript.