Difference between revisions of "JavaScript"
Line 1: | Line 1: | ||
− | [[JavaScript]] (also known by its acronym [[JS]]; hereinafter, ''JS'') is the [[programming language]] that | + | [[JavaScript]] (also known by its acronym [[JS]]; hereinafter, ''JS'') is the [[programming language]] that is supported by nearly all [[web browser]]s as one of three [[web language]]s. The other two languages are a [[markup language]], [[HTML]], and a [[style-sheet language]], [[CSS]]. |
+ | |||
+ | ''JS'' conforms to the [[ECMAScript]] specification. |
Revision as of 02:47, 20 October 2023
JavaScript (also known by its acronym JS; hereinafter, JS) is the programming language that is supported by nearly all web browsers as one of three web languages. The other two languages are a markup language, HTML, and a style-sheet language, CSS.
JS conforms to the ECMAScript specification.