𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

JavaScript Promises Essentials

✍ Scribed by Sarieddine R.


Tongue
English
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


Packt Publishing, 2014. β€” 88 p. β€” ISBN 978-1-78398-564-7.

JavaScript Promises Essentials by Rami Sarieddine
Build fully functional web applications using promises, the new standard in JavaScript
About This Book
Integrate JavaScript Promises into your application by mastering the key concepts of the Promises API
Replace complex nested callbacks in JavaScript with the more intuitive chained Promises
Acquire the knowledge needed to start working with JavaScript Promises immediately
Who This Book Is For
If you are a JavaScript developer working with asynchronous operations and want to know more about promises, then this book is ideal for you. Having a detailed explanation of JavaScript promises will be perfect as your next step towards adopting this new standard and using the API in your web and JavaScript applications.
In Detail
Promises are a new programming paradigm in JavaScript that allow developers to request data that they don't have yet and deal with it at a non-determined point in the future (asynchronously). Starting with the basics of the promise objects, we'll be able to leverage the maximum capabilities of promises when writing applications.
This book starts by giving you some background information on the asynchronous programming model in JavaScript, recognizing its importance in JavaScript programming. It then walks you through the key concepts and intricacies of the Promises API. Following that, you will learn how you can write complex asynchronous operations with chained promises and be able to catch and handle exceptions. With this book, you'll learn how to write better asynchronous operations using JavaScript promises.

✦ Subjects


Π‘ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΠ°;ΠšΠΎΠΌΠΏΡŒΡŽΡ‚Π΅Ρ€Π½Π°Ρ Π»ΠΈΡ‚Π΅Ρ€Π°Ρ‚ΡƒΡ€Π°;HTML / CSS / JavaScript


πŸ“œ SIMILAR VOLUMES


JavaScript Promises Essentials
✍ Rami Sarieddine [Sarieddine, Rami] πŸ“‚ Library πŸ“… 2014 πŸ› Packt Publishing 🌐 English

<div><p><strong>Build fully functional web applications using promises, the new standard in JavaScript</strong></p> <h2>About This Book</h2> <ul> <li>Integrate JavaScript Promises into your application by mastering the key concepts of the Promises API</li> <li>Replace complex nested callbacks in

JavaScript Promises Essentials
✍ Sarieddine R. πŸ“‚ Library 🌐 English

Packt Publishing, 2014. β€” 88 p. β€” ISBN 978-1-78398-564-7.<div class="bb-sep"></div><em>JavaScript Promises Essentials by Rami Sarieddine</em><div class="bb-sep"></div>Build fully functional web applications using promises, the new standard in JavaScript<div class="bb-sep"></div><strong>About This Bo

Understanding JavaScript Promises
✍ Nicholas C Zakas πŸ“‚ Library πŸ“… 2022 πŸ› Lulu.com 🌐 English

<span>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 than ever in becoming a proficient JavaScript developer. This book begins by explaining the basic concepts behind promises, including

Understanding JavaScript Promises
✍ Nicholas C Zakas πŸ“‚ Library πŸ“… 2022 πŸ› Lulu.com 🌐 English

<span>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 than ever in becoming a proficient JavaScript developer. This book begins by explaining the basic concepts behind promises, including

JavaScript with Promises
✍ Daniel Parker πŸ“‚ Library πŸ“… 2015 πŸ› O'Reilly Media 🌐 English

<div><p>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 codeba