post-img

JavaScript

By Aryan Gupta
25 July. 5 min read
Grammarly logo

JavaScript,often abbreviated 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 web page 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. The use of JavaScript has expanded beyond its web browser roots. JavaScript engines are now embedded in a variety of other software systems, both for server-side website deployments and non-browser applications. Initial attempts at promoting server-side JavaScript usage were Netscape Enterprise Server and Microsoft's Internet Information Services,but they were small niches.Server-side usage eventually started to grow in the late 2000s, with the creation of Node.js and other approaches.


Similar Articles

img1

Ajax

By Kshitij Varshney
25 July 2022 | 5 min read
img1

Web Development

By Aniruddha Bajpai
25 July 2022 | 5 min read
img1

React Js

By Prabhu Awasthi
25 July 2022 | 5 min read
img1

HTML

By Aryan Gupta
25 July 2022 | 5 min read
img1

CSS

By Aryan Gupta
25 July 2022 | 5 min read
img1

BootStrap

By Aryan Gupta
25 July 2022 | 5 min read