Javascript Reference

Javascript® (sometimes shortened to JS) is a lightweight, object-oriented language, most known as the scripting language for web pages, but used in many non-browser environments as well. For more information on the constructs of the language, see this article.

This section is dedicated to the Javascript language itself—the parts that are not specific to Web pages or other host environments.

The content here has been forked from the Mozilla Developer Network, with some additional editing.