Jump to content

Javascript

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cape7026 (talk | contribs) at 09:36, 14 March 2025 (I added Information to the dead page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
JavaScript
Designed byBrendan Eich
DeveloperNetscape
First appeared4 December 1995
Implementation languageScripting and programming language
Filename extensions.js

JavaScript is a high-level programming language that follows the ECMAScript standard. It was originally designed as a scripting language for websites but became widely adopted as a general-purpose programming language, and is currently the most popular programming language in use.[1] JavaScript is usually found running in a web browser as interactive or automated content, ranging from popup messages and live clocks to large web applications. JavaScript is also commonly used in server-side programming through platforms like Node.js,[2] or "embedded" in non-JavaScript applications where the base programming language lacks the high-level functionality that JavaScript offers.

Despite the similarities in name and syntax, JavaScript is not related to the programming language Java. Though the names of both languages are trademarks of Oracle Corporation, the two languages follow different design principles, and are actively developed by unrelated organizations.

  1. ^ "Stack Overflow Developer Survey 2021". Stack Overflow. 2021-08-01. Archived from the original on 2022-04-13. Retrieved 2022-04-18.
  2. ^ "Server-Side Javascript: Back With a Vengeance". ReadWrite. 2009-12-17. Retrieved 2020-03-11.