es6随手note

class 的继承

Button 声明时直接“ 继承” 了Widget, 不再需要通过Object.create(..) 来替换.prototype 对象,也不需要设置.proto 或者Object.setPrototypeOf(..)。
http://www.tuicool.com/articles/EBZFZ3q

string

string 单引号更好

transpiling

compiliing 把一种语言转成另外一种语言,不同抽象级别
transpiling 相同抽象级别
es6 转 es5 属于 transpiling