Simplifying JavaScript: Writing Modern JavaScript with ES5, ES6, and Beyond
Joe Morgan
- 出版商: Pragmatic Bookshelf
- 出版日期: 2018-05-22
- 售價: $1,630
- 貴賓價: 9.5 折 $1,549
- 語言: 英文
- 頁數: 284
- 裝訂: Paperback
- ISBN: 1680502883
- ISBN-13: 9781680502886
-
相關分類:
JavaScript
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$500$475 -
$1,700$1,700 -
$520$442 -
$450$383 -
$1,900$1,805 -
$4,620$4,389 -
$403AWS 雲計算實戰 (Amazon Web Services in Action)
-
$1,980$1,881 -
$590$502 -
$600$474 -
$1,650$1,568 -
$560$442 -
$1,998$1,898 -
$1,980$1,881 -
$680$537 -
$2,450$2,328 -
$2,070Multithreaded JavaScript: Concurrency Beyond the Event Loop
-
$2,680$2,626 -
$2,052Mastering API Architecture: Design, Operate, and Evolve Api-Based Systems (Paperback)
-
$600$468 -
$2,350$2,233 -
$1,881Functional Design: Principles, Patterns, and Practices (Paperback)
-
$750$375 -
$2,043Learning Systems Thinking: Essential Nonlinear Skills and Practices for Software Professionals (Paperback)
-
$1,890$1,796
相關主題
商品描述
The best modern JavaScript is simple, readable, and predictable. Learn to write modern JavaScript not by memorizing a list of new syntax, but with practical examples of how syntax changes can make code more expressive. Starting from variable declarations that communicate intention clearly, see how modern principles can improve all parts of code. Incorporate ideas with curried functions, array methods, classes, and more to create code that does more with less while yielding fewer bugs.
It's time to write JavaScript code that's clean and exprssive. Modern JavaScript is more simple, predictable, and readable than ever. Discover how to write better code with clear examples using principles that show how updated syntax can make code better with fewer bugs.
Starting from the ground up, learn new syntax (or how to reuse older syntax) to transform code from clunky bug-susceptible scripts to clear and elegant programs that are easy to read and easy to extend.
Create a foundation for readable code with simple variable declarations that reduce side effects and subtle bugs. Select collections with clear goals instead of defaulting to objects or arrays. See how to simplify iterations from complex loops to single line array methods. Master techniques for writing flexible and solid code ranging from high-order functions, to reusableclasses, to patterns for architecting large applications creating applications that will last while through rounds of refactoring and changing requirements.
The best part is there's no need to read this book straight through. Jump around and incorporate new functionality at will. Most importantly, understand not just what the new syntax is, but when and how to use it. Start writing better code from the first page.
What You Need:
For the best experience, have the latest version of Node installed (at least version 7). You can test most examples in the console of Chrome or other modern web browser. If you'd like to run the tests, you'll also need to install the latest version of Node Package Manager (npm).