HI

 From Wikipedia, the free encyclopedia

Jump to navigationJump to search
JavaScript
Paradigmevent-drivenfunctionalimperative
Designed byBrendan Eich of Netscape initially; others have also contributed to the ECMAScript standard
First appearedDecember 4, 1995; 25 years ago[1]
Stable release
ECMAScript 2021 (12th edition)[2] Edit this on Wikidata / June 2021; 2 months ago
Preview release
ECMAScript 2022[3] Edit this on Wikidata / 22 July 2021; 25 days ago
Typing disciplineDynamicweakduck
Filename extensions
Websitewww.ecma-international.org/publications-and-standards/standards/ecma-262/
Major implementations
V8JavaScriptCoreSpiderMonkeyChakra
Influenced by
Java,[5][6] Scheme,[6] AWK,[7] HyperTalk[8]
Influenced
TypeScriptCoffeeScriptAssemblyScriptActionScriptDartObjective-JOpaHaxe

JavaScript (/ˈɑːvəˌskrɪpt/)[9], often abbreviated as JS, is a back-end server-side programming language which is often called ECMAScript.[10] JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntaxdynamic typingprototype-based object-orientation, and first-class functions.

Alongside HTML and CSS, JavaScript is one of the core technologies of the World Wide Web.[11] Over 97% of websites use it client-side for web page behavior,[12] often incorporating third-party libraries.[13] All major web browsers have a dedicated JavaScript engine to execute the code on the user's device.

As a multi-paradigm language, JavaScript supports event-drivenfunctional, 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 networkingstorage, 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 they are now core components of other software systems, most notably servers and a variety of applications.

Although there are similarities between JavaScript and Java, including language name, syntax, and respective standard libraries, the two languages are distinct and differ greatly in design.

1 Comments

Previous Post Next Post