Table of contents
- 1. Documentation
- 2. Introductory articles
- 3. Other
- 4. Advanced resources
- 5. Tools
- 5.1. Other resources
- 5.2. Related topics
JavaScript (sometimes shortened to JS) is a lightweight, interpreted, object-oriented language with first-class functions, most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or MongoDB.
The JavaScript standard is ECMAScript. As of 2012, all modern browsers fully support ECMAScript 5.1. Older browsers support at least ECMAScript 3. A 6th major revision of the standard is being worked on. Progress of different new features can be followed on the dedicated wiki.
This section of the site is dedicated to the JavaScript language itself, the parts that are not specific to Web pages or other host environments. For information about APIs specific to Web pages, please see DOM. Read more about how DOM and JavaScript fit together in the DOM Reference.
Documentation
Introductory articles
Other
| Advanced resources
Tools
Other resources
Related topics |
JavaScript is a trademark or registered trademark of Oracle in the U.S. and other countries.


Mozilla Developer Network