Skip to content

Commit f4b38a0

Browse files
authored
Merge pull request #3935 from shaedrich/ecmascript
Improve topic "ECMAScript"
2 parents 3b357b6 + 198b871 commit f4b38a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

topics/ecmascript/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ created_by: Brendan Eich, Ecma International
44
display_name: ECMAScript
55
github_url: https://github.com/tc39
66
logo: ecmascript.png
7-
short_description: ECMAScript is the standards organization behind JavaScript.
7+
short_description: ECMAScript is the language standard behind JavaScript and other, similar languages.
88
topic: ecmascript
99
url: http://www.ecma-international.org/
1010
wikipedia_url: https://en.wikipedia.org/wiki/ECMAScript
11+
related: ecma-262, javascript, js, actionscript, jscript, qtscript, inscript, google-apps-script, nodejs
12+
released: June 1997
1113
---
12-
ECMAScript is the standardization of the family of scripting languages that includes JavaScript. New versions of the standard are released every year.
14+
**ECMAScript** is the standardization of the family of scripting languages that includes JavaScript. New versions of the standard are released every year. It is standardized by Ecma International. ECMAScript is commonly used for client-side scripting on the World Wide Web, and it is increasingly being used to write server-side applications and services using Node.js and other runtime environments. The ECMAScript language includes [structured](https://github.com/topics/structured-programming), [dynamic](https://github.com/topics/dynamic-programmng), [functional](https://github.com/topics/functional-programming), and prototype-based features.

0 commit comments

Comments
 (0)