JavaScript
| Designed by | Brendan Eich |
|---|---|
| Developer | Netscape |
| First appeared | 4 December 1995 |
| Implementation language | Scripting and programming language |
| Filename extensions | .js (Standard JavaScript)
.json (JavaScript Object Notation) |
| Website | www |
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.
Object Model
)\n│ │ │ │ ├── title ()\n│ │ │ │ ├── meta () \n│ │ │ │ ├── link ()\n│ │ │ │ ├── style (
- ↑ "Stack Overflow Developer Survey 2021". Stack Overflow. 2021-08-01. Archived from the original on 2022-04-13. Retrieved 2022-04-18.
- ↑ "Server-Side Javascript: Back With a Vengeance". ReadWrite. 2009-12-17. Retrieved 2020-03-11.
- ↑ "Introduction to game development for the Web - Game development | MDN". developer.mozilla.org. 2023-04-14. Retrieved 2023-06-04.
- ↑ Eseme, Solomon (2022-11-21). "Top 6 JavaScript and HTML5 game engines". LogRocket Blog. Retrieved 2023-06-04.
- ↑ "var". MDN Web Docs. Retrieved 2018-03-24.
- ↑ "const". MDN Web Docs. Retrieved 2018-03-24.
- ↑ "let". MDN Web Docs. Retrieved 2018-03-24.
- ↑ "Javascript Tutorial - Comments".
Other websites
[change | change source]- Learn JavaScript Archived 2012-07-16 at the Wayback Machine on the Mozilla Developer Center
- Mozilla's Official Documentation on JavaScript
- Video - Firefox 2 and Javascript with Mozilla Corp and JavaScript creator Brendan Eich Archived 2007-09-27 at the Wayback Machine
- References for Core JavaScript versions: 1.5
- New in JavaScript: 1.7 Archived 2009-03-08 at the Wayback Machine, 1.6 Archived 2008-06-28 at the Wayback Machine
- List of JavaScript releases: versions 1.0 - 1.7 Archived 2008-05-14 at the Wayback Machine
- Brendan's Roadmap Updates: JavaScript 1, 2, and in between Archived 2006-01-01 at the Wayback Machine - the author's blog entry
- comp.lang.javascript FAQ Archived 2012-03-01 at the Wayback Machine Official FAQ for the comp.lang.javascript Usenet group
- RFC 4329, a document for the registration of media types related to ECMAScript and JavaScript. The current recommendations are "application/javascript" and "application/ecmascript", although neither is recognized by Internet Explorer.
