JavaScript with Promises
Autor Daniel Parkeren Limba Engleză Paperback – 11 iun 2015
The ability to asynchronously fetch data and load scripts in the browser broadens the capabilities of JavaScript applications. But if you don’t understand how the async part works, you’ll wind up with unpredictable code that’s difficult to maintain. This book is ideal whether you’re new to Promises or want to expand your knowledge of this technology.
* 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
Preț: 112.41 lei
Preț vechi: 140.52 lei
-20% Nou
Puncte Express: 169
Preț estimativ în valută:
21.52€ • 22.38$ • 18.03£
21.52€ • 22.38$ • 18.03£
Carte tipărită la comandă
Livrare economică 13-27 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781449373214
ISBN-10: 1449373216
Pagini: 94
Dimensiuni: 182 x 231 x 8 mm
Greutate: 0.14 kg
Editura: O'Reilly
ISBN-10: 1449373216
Pagini: 94
Dimensiuni: 182 x 231 x 8 mm
Greutate: 0.14 kg
Editura: O'Reilly
Notă biografică
Descriere
Asynchronous JavaScript is everywhere, whether you're using Ajax, AngularJS, Node.js, or WebRTC. This practical guide shows intermediate to advanced JavaScript developers how Promises can help you manage asynchronous code effectively-including the inevitable flood of callbacks as your codebase grows.