JavaScript with Promises (Paperback)
Daniel Parker
- 出版商: O'Reilly
- 出版日期: 2015-07-14
- 售價: $1,020
- 貴賓價: 9.5 折 $969
- 語言: 英文
- 頁數: 94
- 裝訂: Paperback
- ISBN: 1449373216
- ISBN-13: 9781449373214
-
相關分類:
JavaScript
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$620$527 -
$1,169$1,107 -
$580$435 -
$480$379 -
$1,960Python Forensics: A workbench for inventing and sharing digital forensic technology (Paperback)
-
$580$458 -
$780$616 -
$360$270 -
$300$237 -
$690$538 -
$690$538 -
$690$538 -
$280$218 -
$580$458 -
$560$437 -
$650$507 -
$480$408 -
$390$304 -
$266軟技能代碼之外的生存指南 (Soft Skills : The software developer's life manual)
-
$480$379 -
$580$458 -
$650$553 -
$380$285 -
$360$324 -
$1,615Front-End Tooling with Gulp, Bower, and Yeoman
相關主題
商品描述
If you're a developer moving to an environments that make heavy use of asynchronous APIs, such as Node, WinRT, or Chrome packaged apps, this book teaches you how to make use of promise constructs. JavaScript routinely supports asynchronous code, calling a function with no expectation of when a response might come back. Unfortunately, writing code in that style is difficult for humans, and promises are a key tool for bridging that gap. This book shows you how to use these tools, and also demonstrates techniques that enable you to use features like ?WebRTC.