- 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.
- Boost.Asio C++ Network Programming(Second Edition)
- C#完全自學教程
- Securing WebLogic Server 12c
- Monitoring Elasticsearch
- C程序設計案例教程
- C語言程序設計學習指導與習題解答
- Jupyter數據科學實戰
- Selenium Testing Tools Cookbook(Second Edition)
- D3.js By Example
- Java Web開發就該這樣學
- Internet of Things with ESP8266
- C# Multithreaded and Parallel Programming
- Python機器學習算法與應用
- Web Developer's Reference Guide
- Test-Driven iOS Development with Swift