From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- .../web/javascript/language_resources/index.html | 157 +++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 files/tr/web/javascript/language_resources/index.html (limited to 'files/tr/web/javascript/language_resources') diff --git a/files/tr/web/javascript/language_resources/index.html b/files/tr/web/javascript/language_resources/index.html new file mode 100644 index 0000000000..b9790c06d4 --- /dev/null +++ b/files/tr/web/javascript/language_resources/index.html @@ -0,0 +1,157 @@ +--- +title: JavaScript language resources +slug: Web/JavaScript/Language_Resources +tags: + - ECMA JavaScript Türkçe + - ECMA Türkçe + - ECMAScript6 + - Türkçe JavaScript +translation_of: Web/JavaScript/Language_Resources +--- +
{{JsSidebar}}
+ +

ECMAScript is the scripting language that forms the basis of JavaScript. ECMAScript standardized by the ECMA International standards organization in the ECMA-262 and ECMA-402 specifications. The following ECMAScript standards have been approved or are being worked on:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameLinksRelease dateDescription
Current editions
ECMA-262 10th Edition +

PDF, HTMLWorking draft, repository

+
2019ECMAScript 2019 Language Specification
ECMA-262 9th Edition +

PDF, HTML
+ Working draft, repository

+
2018ECMAScript 2018 Language Specification
ECMA-402 5th EditionWorking draft, repository2018ECMAScript 2018 Internationalization API Specification
Obsolete/historical editions
ECMA-262PDFJune 1997ECMAScript: A general purpose, cross-platform programming language. This was the first version of the ECMAScript standard.
ECMA-262 2nd EditionPDFAugust 1998ECMAScript Language Specification. This is the second revision of the ECMAScript standard; also ISO standard 16262.
ECMA-262 3rd EditionPDFDecember 1999ECMAScript Language Specification. This is the third revision of the ECMAScript standard; corresponds to JavaScript 1.5.
+ See also the errata
ECMA-262 5th EditionPDFDecember 2009ECMAScript Language Specification. This is the fifth revision of the ECMAScript standard.
+ See also the ES5 errata and ECMAScript 5 support in Mozilla
ECMA-357PDFJune 2004ECMAScript for XML (E4X).
+ See also the E4X errata.
ECMA-262 5.1 EditionPDF, HTMLJune 2011This version is fully aligned with the 3rd edition of the international standard ISO/IEC 16262:2011.
+ It includes ES5 errata fixes, no new features.
ECMA-402 1st EditionPDF, HTMLDecember 2012ECMAScript Internationalization API Specification
ECMA-262 6th EditionPDF, HTMLJune 2015ECMAScript 2015 Language Specification
ECMA-402 2nd EditionPDFJune 2015ECMAScript 2015 Internationalization API Specification
ECMA-262 7th EditionHTMLJune 2016ECMAScript 2016 Language Specification
ECMA-402 3rd EditionHTMLJune 2016ECMAScript 2016 Internationalization API Specification
ECMA-262 8th EditionHTMLJune 2017ECMAScript 2017 Language Specification
ECMA-402 4th EditionHTMLJune 2017ECMAScript 2017 Internationalization API Specification
+ +

ES.Next is a dynamic name that refers to whatever the next version is at the time of‍ writing. ES.Next features are more correctly called proposals, because, by definition, the specification has not been finalized yet.

+ +

See Wikipedia ECMAScript entry for more information on ECMAScript history.

+ +

You can participate in or just track the work on the next revisions of the ECMAScript Language Specification, code-named "Harmony", and the ECMAScript Internationalization API Specification via public wiki and the es-discuss mailing list linked from ecmascript.org.

+ +

Implementations

+ + + +

See also

+ + -- cgit v1.2.3-54-g00ecf