This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree 1 file changed +5
-11
lines changed
1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -348,23 +348,17 @@ a#aot
348
348
The [official JavaScript language specification](https://en.wikipedia.org/wiki/ECMAScript).
349
349
350
350
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
353
353
either in this version of the language or a dialect that strives to be
354
354
compatible with it such as [TypeScript](#typesScript).
355
355
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)"
358
358
to ES5 JavaScript.
359
359
360
360
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
+
368
362
:marked
369
363
## ES2015
370
364
.l-sub-section
You can’t perform that action at this time.
0 commit comments