ES6 - promises

added by bpwndaddy
6/11/2015 3:46:29 PM

294 Views

Promises aren’t a new and shiny idea. I use it every day in my AngularJS code. It’s based on kriskowal / q library: "A tool for creating and composing asynchronous promises in JavaScript." It’s a library for asynchronous programming, to make our life easier.


0 comments