
JavaScript with Promises - Daniel Parker
Description
Reviews
Q&A
JavaScript with Promises is a practical guide for intermediate to advanced JavaScript developers. It explores how Promises can effectively manage asynchronous code, offering insights into the inner workings of Promises and ways to avoid difficulties when using them. Whether you're using Ajax, AngularJS, Node.js, or WebRTC, this book is useful for understanding the async part of JavaScript applications.
Readers will gain an understanding of async JavaScript by delving into callbacks, the event loop, and threading. The book also covers how Promises organize callbacks into discrete steps, making code easier to read and maintain. Real-world application scenarios and techniques, along with the handling of asynchronous errors in the Promise API, are also explored. Additionally, the book delves into ECMAScript 6 language features that simplify Promise-related code.
- Understand how async JavaScript works by delving into callbacks, the event loop, and threading
- Learn how Promises organize callbacks into discrete steps that are easier to read and maintain
- Examine scenarios you'll encounter and techniques you can use when writing real-world applications
- Use features in the Bluebird library and jQuery to work with Promises
- Learn how the Promise API handles asynchronous errors
- Explore ECMAScript 6 language features that simplify Promise-related code
Author: Parker, Daniel
Publisher: O'Reilly Media
Illustration: n
Language: ENG
Title: JavaScript with Promises
Pages: 00094 (Encrypted)
On Sale: 2015-06-01
SKU-13/ISBN: 9781449373214
Category: Computers : Programming Languages - JavaScript
Category: Computers : Web - Web Programming
Category: Computers : Programming - General