您的位置:首页 > Web前端 > JavaScript

Exploring ES6(Leanpub ‘15)笔记(仅目录提纲)

2015-11-08 21:08 537 查看


Exploring ES6



First Steps(要点,详细从略)
babel-node
var --> let/const
IIFEs --> blocks
=>
多返回值(destructuring)
字符串拼接 --> template literals(vs JSX Tagged template)
for --> forEach --> for-of
参数默认值
命名参数
rest参数
apply --> ...
工具:transpiler, webpack, Babel
generator
modules
*WeakMap
TypedArray:ArrayBuffer, DataView
*CPS:Async.js
Promises
Unicode(超过16位的codepoint):'\u{1F680}'
TCO
元编程with proxies
Revocable references --> Membranes : Caja Compiler?
MOP:Reflect(这是在向CLISP、Ruby、Python这些语言学习?)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  JavaScript ES6