HTML5资讯

当前位置: HTML5技术网 > HTML5资讯 > ECMAScript 6 Features 中文版

ECMAScript 6 Features 中文版

Introduction 简介
     ECMAScript 6 is the upcoming version of the ECMAScript standard. This standard is targeting ratification in June 2015. ES6 is a significant update to the language, and the first update to the language since ES5 was standardized in 2009. Implementation of these features in major JavaScript engines is underway now.
       ECMAScript 6 是 ECMAScript 的下一代标准,预计将在 2015年6月 正式发布。ES6 的发布将是是这门语言自 2009 年 ES5 正式发布以来的首次更新,是一次富有意义的更新。Javascript核心引擎的新特性仍然在快速开发中。
      See the draft ES6 standard for full specification of the ECMAScript 6 language.
      这里有ES6标准草案的所有细节可以参考
      ES6 includes the following new features:
      ES6 的具体特性如下:
  • Arrows 箭头函数
  • classes 类
  • enhanced object literals 增强的对象字面量
  • template strings 模板字符串
  • destructuring 解构
  • default + rest + spread 默认值+多余参数组合+参数伸展
  • let + const let + const 操作符
  • iterators + for..of 迭代器 + for...of
  • generators 生成器
  • unicode 统一码
  • modules 模块
  • module loaders 模块加载器
  • map + set + weakmap + weakset 数据结构
  • proxies 代理
  • symbols 符号
  • subclassable built-ins 可子类化内建对象
  • promises 对象
  • math + number + string + object APIs
  • binary and octal literals 二进制和八进制字面量
  • reflect api 反射API
  • tail calls 尾调用

【ECMAScript 6 Features 中文版】相关文章

1. ECMAScript 6 Features 中文版

2. CoffeeScript 已死,CoffeeScript 万岁!

3. UEStudio V11.10 官方简体中文版

4. Adobe Dreamweaver CS5中文版下载及安装介绍

5. Fred Jones in Adventureland

6. Fred Jones in Adventureland

7. Turtle Rescue(乌龟过河)

8. 脚本语言 CoffeeScript 1.9.2 发布

9. 免费送书活动:《CoffeeScript应用开发》

10. Futuremark发布HTML5浏览器测试工具

本文来源:https://www.51html5.com/a3828.html

点击展开全部

﹝ECMAScript 6 Features 中文版﹞相关内容

「ECMAScript 6 Features 中文版」相关专题

其它栏目

也许您还喜欢