Skip to content

Commit f3bdb35

Browse files
authored
related casing
1 parent 3fe35f1 commit f3bdb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/ecmascript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ short_description: ECMAScript is the language standard behind JavaScript and oth
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
11+
related: ecma-262, javascript, js, actionscript, jscript, qtscript, inscript, google-apps-script, nodejs
1212
released: June 1997
1313
---
1414
**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)