This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -348,23 +348,17 @@ a#aot
348348 The [official JavaScript language specification](https://en.wikipedia.org/wiki/ECMAScript).
349349
350350 The latest approved version of JavaScript is
351- [ECMAScript 2015 ](http://www.ecma-international.org/ecma-262/6 .0/)
352- (AKA "ES2015 " or "ES6 ") and many Angular 2 developers will write their applications
351+ [ECMAScript 2016 ](http://www.ecma-international.org/ecma-262/7 .0/)
352+ (AKA "ES2016 " or "ES7 ") and many Angular 2 developers will write their applications
353353 either in this version of the language or a dialect that strives to be
354354 compatible with it such as [TypeScript](#typesScript).
355355
356- Most modern browsers today only support the prior "ECMAScript 5" (AKA ES5) standard.
357- Applications written in ES2015 or one of its dialects must be "[transpiled](#transpile)"
356+ Most modern browsers today only support the much older "ECMAScript 5" (AKA ES5) standard.
357+ Applications written in ES2016, ES2015 or one of their dialects must be "[transpiled](#transpile)"
358358 to ES5 JavaScript.
359359
360360 Angular 2 developers may choose to write in ES5 directly.
361- :marked
362- ## ECMAScript 2015
363- .l-sub-section
364- :marked
365- The latest released version of JavaScript,
366- [ECMAScript 2015](http://www.ecma-international.org/ecma-262/6.0/)
367- (AKA "ES2015" or "ES6")
361+
368362:marked
369363 ## ES2015
370364.l-sub-section
You can’t perform that action at this time.
0 commit comments