ECMAScript: Difference between revisions

Content deleted Content added
Whitespace characters cut to standardize, aid work via small screens. WP:LINKs: needless WP:PIPE > WP:NOPIPE, adds. Small WP:COPYEDITs WP:EoS WP:TERSE. MOS:FIRSTABBReviation clarify, define before WP:ABBR in parentheses. Template:Monospace update > Template:Mono. Template:Main article update > Template:Main. WP:NAVBOX update.
m ECMAScript, ECMA-262, JavaScript: Cut needless carriage return whitespace character in section to standardize, aid work via small screens.
Line 53:
 
== ECMAScript, ECMA-262, JavaScript ==
 
'''ECMA-262''', or the ''ECMAScript Language Specification'', defines the ''ECMAScript Language'', or just '''ECMAScript'''.<ref>{{cite web |last=Guo |first=Shu-yu |date=2022-02-14 |title=ECMAScriptÂŽ 2022 Language Specification |url=https://tc39.es/ecma262/ |url-status=live |archive-url=https://web.archive.org/web/20200508053013/https://tc39.es/ecma262/ |archive-date=2020-05-08 |website=tc39.es |publisher=Tc39.es |accessdate=2022-02-14}}</ref> ECMA-262 specifies only language syntax and the semantics of the core application programming interface ([[API]]), such as {{mono|Array}}, {{mono|Function}}, and {{mono|globalThis}}, while valid implementations of JavaScript add their own functionality such as [[input/output]] and [[file system]] handling.