- Web Development with MongoDB and Node(Third Edition)
- Bruno Joseph D'mello Mithun Satheesh Jason Krol
- 131字
- 2021-07-08 10:32:43
Introducing es6
The es6, or ECMAScript, 2015 is a JavaScript language update for all types, values, object literals, properties, functions, and program syntaxes. The whole new semantics of es6 (which is similar to other languages like Java, C#, and so on) invites cross-platform developers to learn JavaScript with ease. Not only it improve the languages in syntactical aspects, it also provides new inbuilt tools, such as promises, proper tail calls, destructuring, modules, and so on. As we have already installed Node version 8, all the ECMAScript 6 features or es2017 till date are inclusive. If you are using a Node version less than 4.3.2, you will need to install trans-compilation tools like babel.js. We will be learning es6 by making a gradual implementation in code and a comparative study as well.
- Java程序設計實戰教程
- 兩周自制腳本語言
- 深入實踐Spring Boot
- Python語言程序設計
- Java技術手冊(原書第7版)
- GitLab Repository Management
- Gradle for Android
- Flutter跨平臺開發入門與實戰
- 零基礎入門學習Python(第2版)
- Mastering Business Intelligence with MicroStrategy
- Visual Basic程序設計上機實驗教程
- Oracle 12c從入門到精通(視頻教學超值版)
- DB2SQL性能調優秘笈
- Mastering ASP.NET Core 2.0
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐