Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 1673197

Browse files
trotylwardbell
authored andcommitted
docs(glossary): Fix ECMAScript description
closes #2030 ES2016(ES7) has already been officially published.
1 parent 124a03a commit 1673197

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

public/docs/ts/latest/glossary.jade

+5-11
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)