Building an Application with AngularJS Tutorial: Explaining the JavaScript Promise | packtpub.com

preview_player
Показать описание
Part of Building an Application with AngularJS video series. For the full Course visit:

A lot of JavaScript code is asynchronous. Promises help us keep the complexity low.
• Call an asynchronous method that returns a promise
• Define callback functions for the success and the failure case
• Register the success and failure callback functions with the promise
____________________________________________________________

For the latest in web development video tutorials, please visit:

Рекомендации по теме
Комментарии
Автор

Great explanation of Promises, thanks!

KyleFox