Skip to content

Commit 455dd27

Browse files
authored
Improve topic "ECMAScript"
- Fix short_description - Add information to description - Add related - Add released
1 parent 5b295c1 commit 455dd27

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)