FAQ Why are snippets written sometimes with semicolons and sometimes without? Aren’t external libraries like _ (ramda) or $ (jquery) making calls impure? What is the meaning of f...
16. Generators Generator functions are a new feature in ES6 that allow a function to generate many values over time by returning an object which can be iterated over to pull valu...
Precautions Syntax format Precautions Syntax format Cocos Creator 3.0 and Cocos Creator v2.x use a different syntax format. Cocos Creator 3.0 has full support for ES6 a...
Precautions Syntax format Precautions Syntax format Cocos Creator 3.0 and Cocos Creator v2.x use a different syntax format. Cocos Creator 3.0 has full support for ES6 a...
Template strings Template strings TypeScript now supports ES6 template strings. These are an easy way to embed arbitrary expressions in strings: var name = "TypeScript" ; ...