News

Another one-line npm package breaks the JavaScript ecosystem An update to tiny "is-promise" library impacted millions of JavaScript projects.
In a twist of irony, a cancelable promises capability has been cancelled as a planned addition to JavaScript itself. The proposal had been championed by Google’s Dominic Denicola but had ...
At the heart of JavaScript’s asynchronous connection-handling are “promises,” which provide a new way of scheduling how your code will work with JavaScript APIs and functions.
20 September, 2013. It was a Friday. Promises are a powerful way to handle asynchronous code in JavaScript. They give us a lot of opportunity to clean up code, and to write code that can register work ...