JavaScript Programming Language: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<ref name=[":]*[\w\d\s]+[" ]*><\/ref>" to " ") |
m (Text replacement - "'' (), " to "'', ") |
||
Line 17: | Line 17: | ||
=== 2022 === | === 2022 === | ||
* (Wikipedia, 2022) ⇒ https://en.wikipedia.org/wiki/JavaScript Retrieved:2022-12-15. | * (Wikipedia, 2022) ⇒ https://en.wikipedia.org/wiki/JavaScript Retrieved:2022-12-15. | ||
** '''JavaScript''' | ** '''JavaScript''', often abbreviated as '''JS''', is a [[programming language]] that is one of the core technologies of the [[World Wide Web]], alongside [[HTML]] and [[CSS]]. As of 2022, 98% of [[Website|websites]] use JavaScript on the [[Client (computing)|client]] side for [[Web page|webpage]] behavior, often incorporating third-party [[Library (computing)|libraries]]. All major [[Web browser|web browsers]] have a dedicated [[JavaScript engine]] to execute the [[Source code|code]] on [[User (computing)|users]]' devices. JavaScript is a [[High-level programming language|high-level]], often [[Just-in-time compilation|just-in-time compiled]] language that conforms to the [[ECMAScript]] standard. It has [[dynamic typing]], [[Prototype-based programming|prototype-based]] [[object-oriented programming|object-orientation]], and [[first-class function]]s. It is [[Programming paradigm|multi-paradigm]], supporting [[Event-driven programming|event-driven]], [[functional programming|functional]], and [[imperative programming|imperative]] [[programming paradigm|programming style]]s. It has [[application programming interface]]s (APIs) for working with text, dates, [[regular expression]]s, standard [[data structure]]s, and the [[Document Object Model]] (DOM). <P> The ECMAScript standard does not include any [[input/output]] (I/O), such as [[computer network|networking]], [[data storage|storage]], or [[computer graphics|graphics]] facilities. In practice, the web browser or other [[runtime system]] provides JavaScript APIs for I/O. <P> [[JavaScript engines]] were originally used only in web browsers, but are now core components of some [[Server (computing)|servers]] and a variety of [[Application software|applications]]. The most popular runtime system for this usage is [[Node.js]]. <P> Although [[Java (programming language)|Java]] and JavaScript are similar in name, [[Syntax (programming languages)|syntax]], and respective [[Standard library|standard libraries]], the two languages are distinct and differ greatly in design. | ||
<references/> | <references/> | ||
Revision as of 23:06, 29 April 2023
A JavaScript Programming Language is a high-level dynamic, untyped, interpreted programming language.
- Example(s):
- ECMAScript 2021 (2021-06).
- …
- JavaScript ~1995
- Counter-Example(s):
- See: Weakly Typed Programming Language, Prototype-based Programming Language, Browser-Side Program, jQuery Framework, AJAX Framework, Node.js, Multi-Paradigm, Scripting Language, Object-Oriented Programming, Prototype-Based Programming, Imperative Programming, Functional Programming, Dynamic Typing.
References
2022
- (Wikipedia, 2022) ⇒ https://en.wikipedia.org/wiki/JavaScript Retrieved:2022-12-15.
- JavaScript, often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of websites use JavaScript on the client side for webpage behavior, often incorporating third-party libraries. All major web browsers have a dedicated JavaScript engine to execute the code on users' devices. JavaScript is a high-level, often just-in-time compiled language that conforms to the ECMAScript standard. It has dynamic typing, prototype-based object-orientation, and first-class functions. It is multi-paradigm, supporting event-driven, functional, and imperative programming styles. It has application programming interfaces (APIs) for working with text, dates, regular expressions, standard data structures, and the Document Object Model (DOM).
The ECMAScript standard does not include any input/output (I/O), such as networking, storage, or graphics facilities. In practice, the web browser or other runtime system provides JavaScript APIs for I/O.
JavaScript engines were originally used only in web browsers, but are now core components of some servers and a variety of applications. The most popular runtime system for this usage is Node.js.
Although Java and JavaScript are similar in name, syntax, and respective standard libraries, the two languages are distinct and differ greatly in design.
- JavaScript, often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of websites use JavaScript on the client side for webpage behavior, often incorporating third-party libraries. All major web browsers have a dedicated JavaScript engine to execute the code on users' devices. JavaScript is a high-level, often just-in-time compiled language that conforms to the ECMAScript standard. It has dynamic typing, prototype-based object-orientation, and first-class functions. It is multi-paradigm, supporting event-driven, functional, and imperative programming styles. It has application programming interfaces (APIs) for working with text, dates, regular expressions, standard data structures, and the Document Object Model (DOM).
2015
- (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/JavaScript Retrieved:2015-10-5.
- JavaScript is a high level, dynamic, untyped, and interpreted programming language. ...
2015
- Adarsh Verma. (2015). “The Entire JavaScript Language in a Single Image." September 9, 2015