Class 的基本语法 简介 严格模式 constructor 方法 类的实例对象 Class 表达式 不存在变量提升 私有方法 私有属性 this 的指向 name 属性 Class 的取值函数(getter)和存值函数(setter) Class 的 Generator 方法 Class 的静态方法 Class 的静态属性和实例...
9. Template Literal and Delimiters ES6 introduces an easier way to add interpolations which are evaluated automatically. `${ … }` is used for rendering the variables. ` Backt...
TypeScript 1.5 TypeScript 1.5 ES6 Modules Destructuring in declarations and assignments namespace keyword let and const support for..of support Decorators Computed prope...