- Advanced JavaScript
- Zachary Shute
- 65字
- 2021-06-11 13:39:32
Chapter 1
Introducing ECMAScript 6
Learning Objectives
By the end of this chapter, you will be able to:
- Define the different scopes in JavaScript and characterize variable declaration
- Simplify JavaScript object definitions
- Destructure objects and arrays, and build classes and modules
- Transpile JavaScript for compatibility
- Compose iterators and generators
In this chapter, you'll be learning how to use the new syntax and concepts of ECMAScript.
推薦閱讀
- Kali Linux Web Penetration Testing Cookbook
- 簡單高效LATEX
- Java:Data Science Made Easy
- Essential Angular
- Visual C
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Learning Apache Mahout Classification
- R Data Science Essentials
- Offer來了:Java面試核心知識點精講(框架篇)
- Oracle Database 12c DBA官方手冊(第8版)
- R語言與網站分析
- jQuery EasyUI從零開始學
- C# 7.0核心技術指南(原書第7版)
- Java從入門到精通(微視頻精編版)
- Flask Framework Cookbook