舉報

會員
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
推薦閱讀
- Java逍遙游記
- LaTeX Cookbook
- TypeScript Blueprints
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- Python自動化運維快速入門
- Web Development with Django Cookbook
- Java FX應用開發教程
- ASP.NET動態網頁設計教程(第三版)
- INSTANT CakePHP Starter
- 可解釋機器學習:模型、方法與實踐
- 劍指MySQL:架構、調優與運維
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Python深度學習:模型、方法與實現
- App Inventor創意趣味編程進階
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Android嵌入式系統程序開發(基于Cortex-A8)
- Monitoring Docker
- React.js實戰
- Swift 2 Design Patterns
- 亮劍C#項目開發案例導航
- 零基礎輕松學Java
- Visual FoxPro程序設計(第二版)
- 響應式編程實戰:構建彈性、可伸縮、事件驅動的分布式系統
- Rust編程之道
- RT-Thread內核實現與應用開發實戰指南:基于STM32
- 大學計算機應用基礎
- 產品經理實用手冊:Axure RP原型設計實踐(Web+App)
- 計算機技術及創新案例
- Designing and Implementing Test Automation Frameworks with QTP
- Hands-On Computer Vision with Julia