Difference between revisions of "ECMAScript"
From Market Ruler Help
(Created page with "'''ECMAScript''' is a general-purpose programming language. It forms the basis of JavaScript and is meant to ensure the interoperability of web pages across different web brow...") |
|||
| Line 1: | Line 1: | ||
'''ECMAScript''' is a general-purpose programming language. It forms the basis of JavaScript and is meant to ensure the interoperability of web pages across different web browsers. '''ECMAScript''' is standardized by [https://en.wikipedia.org/wiki/Ecma_International Ecma International], a standards organization for information and communication systems. | '''ECMAScript''' is a general-purpose programming language. It forms the basis of JavaScript and is meant to ensure the interoperability of web pages across different web browsers. '''ECMAScript''' is standardized by [https://en.wikipedia.org/wiki/Ecma_International Ecma International], a standards organization for information and communication systems. | ||
| + | |||
| + | ===For more information, see:=== | ||
| + | * [https://en.wikipedia.org/wiki/ECMAScript ECMAScript] on Wikipedia | ||
[[Category:Glossary]] | [[Category:Glossary]] | ||
[[Category:Technical]] | [[Category:Technical]] | ||
Revision as of 15:17, 31 July 2020
ECMAScript is a general-purpose programming language. It forms the basis of JavaScript and is meant to ensure the interoperability of web pages across different web browsers. ECMAScript is standardized by Ecma International, a standards organization for information and communication systems.
For more information, see:
- ECMAScript on Wikipedia