JavaScript with Promises

JavaScript with Promises
Author: Daniel Parker
Publisher: "O'Reilly Media, Inc."
Total Pages: 130
Release: 2015-06-01
Genre: Computers
ISBN: 1491930748


Download JavaScript with Promises Book in PDF, Epub and Kindle

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. You’ll learn the inner workings of Promises and ways to avoid difficulties and missteps when using them. 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

JavaScript with Promises
Language: en
Pages: 130
Authors: Daniel Parker
Categories: Computers
Type: BOOK - Published: 2015-06-01 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

Asynchronous JavaScript is everywhere, whether you’re using Ajax, AngularJS, Node.js, or WebRTC. This practical guide shows intermediate to advanced JavaScrip
Understanding JavaScript Promises
Language: en
Pages: 0
Authors: Nicholas C. Zakas
Categories: Computers
Type: BOOK - Published: 2022-04-15 - Publisher: Lulu.com

GET EBOOK

Since promises were added to JavaScript in 2015, they have become an integral part of the language. A good understanding of how promises work is more important
You Don't Know JS: Async & Performance
Language: en
Pages: 317
Authors: Kyle Simpson
Categories: Computers
Type: BOOK - Published: 2015-02-23 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. As part of the "You Don’t Know JS" series, this co
Understanding ECMAScript 6
Language: en
Pages: 353
Authors: Nicholas C. Zakas
Categories: Computers
Type: BOOK - Published: 2016-08-16 - Publisher: No Starch Press

GET EBOOK

ECMAScript 6 represents the biggest update to the core of JavaScript in the history of the language. In Understanding ECMAScript 6, expert developer Nicholas C.
JavaScript for Impatient Programmers
Language: en
Pages: 526
Authors: Axel Rauschmayer
Categories: JavaScript (Computer program language)
Type: BOOK - Published: 2019-08-30 - Publisher:

GET EBOOK

This book makes JavaScript less challenging to learn for newcomers, by offering a modern view that is as consistent as possible. Highlights: Get started quickly