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