

9 years ago
1
Promises in JavaScript
In JavaScript, most of the code that we write falls under asynchronous programming. Whenever we pass an argument as a function and expect this function to run sometime in future, we’re dealing with something asynchronous. And it isn’t always nice to have callbacks as the preliminary entities for async.
Continue Reading
Join the Discussion
Promises and modules are the coolest features of ES6, IMO.