舉報

會員
Advanced JavaScript
Ifyouarelookingforaprogramminglanguagetodevelopflexibleandefficientapplications,JavaScriptisanobviouschoice.AdvancedJavaScriptisahands-onguidethattakesyouthroughJavaScriptanditsmanyfeatures,onestepatatime.You'llbeginbylearninghowtousethenewJavaScriptsyntaxinES6,andthenworkthroughthemanyotherfeaturesthatmodernJavaScripthastooffer.Asyouprogressthroughthechapters,you’lluseasynchronousprogrammingwithcallbacksandpromises,handlebrowserevents,andperformDocumentObjectModel(DOM)manipulation.You'llalsoexplorevariousmethodsoftestingJavaScriptprojects.Intheconcludingchapters,you'lldiscoverfunctionalprogrammingandlearntouseittobuildyourapps.Withthisbookasyourguide,you'llalsobeabletodevelopAPIsusingNode.jsandExpress,createfront-endsusingReact/Redux,andbuildmobileappsusingReact/Expo.BytheendofAdvancedJavaScript,youwillhaveexploredthefeaturesandbenefitsofJavaScripttobuildsmallapplications.
目錄(60章)
倒序
- 封面
- 版權頁
- Preface
- About the Book
- Chapter 1 Introducing ECMAScript 6
- Introduction
- Beginning with ECMAScript
- Understanding Scope
- Declaring Variables
- Introducing Arrow Functions
- Learning Template Literals
- Enhanced Object Properties
- Destructuring Assignment
- Classes and Modules
- Transpilation
- Iterators and Generators
- Summary
- Chapter 2 Asynchronous JavaScript
- Introduction
- Asynchronous Programming
- Callbacks
- Promises
- Async/Await
- Summary
- Chapter 3 DOM Manipulation and Event Handling
- Introduction
- DOM Chaining Navigation and Manipulation
- DOM Events and Event Objects
- JQuery
- Summary
- Chapter 4 Testing JavaScript
- Introduction
- Testing
- Types of Testing
- Test Tools and Environments
- Summary
- Chapter 5 Functional Programming
- Introduction
- Introducing Functional Programming
- Declarative Versus Imperative
- Pure Functions
- Higher Order Functions
- Shared State
- Immutability
- Side Effects
- Function Composition
- Summary
- Chapter 6 The JavaScript Ecosystem
- Introduction
- JavaScript Ecosystem
- Node.js
- React
- Summary
- Appendix
- Chapter 1: Introducing ECMAScript 6
- Chapter 2: Asynchronous JavaScript
- Chapter 3: DOM Manipulation and Event Handling
- Chapter 4: Testing JavaScript
- Chapter 5: Functional Programming
- Chapter 6: JavaScript Ecosystem 更新時間:2021-06-11 13:39:44
推薦閱讀
- Flask Web全棧開發實戰
- R語言經典實例(原書第2版)
- Debian 7:System Administration Best Practices
- Oracle Database In-Memory(架構與實踐)
- Unity Virtual Reality Projects
- Java加密與解密的藝術(第2版)
- Linux命令行與shell腳本編程大全(第4版)
- 算法訓練營:提高篇(全彩版)
- Getting Started with LLVM Core Libraries
- Node Cookbook(Second Edition)
- Vue.js應用測試
- 物聯網系統架構設計與邊緣計算(原書第2版)
- C# 7.0本質論
- 零基礎學Java(第5版)
- Mastering PostgreSQL 11(Second Edition)
- Python程序設計
- JavaWeb入門經典
- Java程序設計
- Hands-On Machine Learning with ML.NET
- 換個姿勢學C語言
- Access 2013數據庫應用案例課堂
- Go底層原理與工程化實踐
- IBM DB2 9.7 Advanced Administration Cookbook
- Java程序設計教程(慕課版)
- 新編C語言程序設計教程(第2版)
- Python自動化測試實戰
- HTML5從入門到項目實踐(超值版)
- 自己動手寫網絡爬蟲(修訂版)
- 編程超有趣:奇妙Python輕松學(第1輯)
- Sass and Compass Designer's Cookbook