<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
β Scribed by Sarieddine R.
- Tongue
- English
- Category
- Library
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 SarieddineBuild fully functional web applications using promises, the new standard in JavaScriptAbout This BookIntegrate JavaScript Promises into your application by mastering the key concepts of the Promises APIReplace 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 DetailPromises 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
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
<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
<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
<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