Home > Computers > Programming > Languages > JavaScript > Reference
JavaScript Reference describe the language features, behaviours, APIs and essentials. This category is NOT for tutorials or help guides and documents.
http://caniuse.com/#cats=JS_API
Compatibility tables, browser comparatives, for JavaScript APIs.
http://docs.oracle.com/cd/E19957-01/816-6408-10/
How to use core and client-side JavaScript.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Closures
Closures are functions that refer to independent (free) variables.
http://kapeli.com/dash
API Documentation Browser and Code Snippet Manager, searches offline documentation of 130+ APIs and stores snippets of code. Also allows to generate own documentation sets.
http://devdocs.io/
Combines multiple API documentations in a fast, organized, and searchable interface.
http://dochub.io/#javascript/
Instant documentation search.
https://developer.mozilla.org/en-US/docs/DOM
API for manipulating HTML and XML documents. Provides a structural representation of the document, enabling to modify its content and visual presentation by using a scripting language such as JavaScript.
http://help.dottoro.com/ljsdaoxj.php
Detailed descriptions, browser support information, examples and cross-browser solutions.
http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts
A historical record, the working draft of the ES.next specification prepared by the project editor.
http://dmitrysoshnikov.com/
ECMAScript theorist, interprets the essentials of the language.
http://www.ecma-international.org/publications/standards/Ecma-262.htm
The official specification for ECMAScript, the vendor-neutral standard for what was originally Netscape's JavaScript.
http://www.ecmascript.org/
The language of the web. Documentation, community, development.
http://kangax.github.io/es5-compat-table/es6/
Detail features names with browser compatibility.
https://tc39.github.io/ecma262/
HTML version.
http://esdiscuss.org/
Aims to provide an easily browsable, nicely formatted archive of all the email correspondence on the es-discuss@mozilla.org mailing list.
http://helephant.com/2008/08/19/functions-are-first-class-objects-in-javascript/
JavaScript functions are just a special type of object that can do all the things that regular objects can do.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Inheritance_and_the_prototype_chain
JavaScript is a bit confusing for developers experienced in class-based languages (like Java or C++), as it is dynamic and does not provide a class implementation (although the keyword class is a reserved keyword and cannot be used as a variable name). This document develops the topic.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Introduction_to_Object-Oriented_JavaScript
JavaScript has strong object-oriented programming capabilities, even though some debates have taken place due to the differences in object-oriented JavaScript compared to other languages.
http://agentcooper.ghost.io/javascript-anti-patterns/
For frontend writing using jQuery.
http://mathiasbynens.be/notes/javascript-unicode
Write-up explains the pain points associated with Unicode in JavaScript, provides solutions for common problems, and explains how the upcoming ECMAScript 6 will improve the situation.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/JavaScript_Overview
Introduces JavaScript and discusses some of its fundamental concepts.
http://shichuan.github.io/javascript-patterns/
JavaScript patterns and antipatterns collection. Includes: General Patterns, jQuery and jQuery Plugin Patterns, Literals and Constructors Patterns, Function Patterns, Object Creation and Code Reuse Patterns, Design Patterns.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference
The JavaScript Reference serves as a repository of facts about the JavaScript language.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/JavaScript_technologies_overview
While HTML is used to define the structure and content of a web page and CSS encodes the style of how the formatted content should be graphically displayed, JavaScript is used to add interactivity to a web page or create rich web applications.
https://github.com/lukehoban/es6features
Overview of ECMAScript 6 features with sample code.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Memory_Management
Explains benefits, pitfalls and limitations of garbage collection.
http://msdn.microsoft.com/en-us/library/d1et7k7c(v=vs.94).aspx
In the context of Microsoft products.
http://kangax.github.io/nfe/
Theoretical and practical aspects of these wonderful JavaScript constructs; the good, bad and ugly parts of them.
http://www.ecmascript.org/es4/spec/overview.pdf
Language overview.
http://www.quirksmode.org/dom/
Includes an introduction to the Level 1 DOM, compatibility tables, browser script benchmarks, and samples.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Sameness
ES6 has three built-in facilities for determining whether some x and some y are "the same".
http://docs.oracle.com/cd/E19957-01/816-6411-10/
How to use core and server-side JavaScript for version 1.2. JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications.
http://coding.smashingmagazine.com/2014/01/23/understanding-javascript-function-prototype-bind/
How to keep the context of 'this' within another function, about the usage of Function.prototype.bind().
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode
ECMAScript 5's strict mode is a way to opt in to a restricted variant of JavaScript.
https://developer.mozilla.org/en/docs/Traversing_an_HTML_table_with_JavaScript_and_DOM_Interfaces
Learn DOM Core Level 1.0 methods and how to use them from JavaScript to dynamically create, access and remove HTML elements.
http://www.w3.org/standards/techs/js
List the status of current APIs, including completed work, drafts, group notes and obsolete specifications.
https://developer.mozilla.org/en-US/docs/Web/API
Comprehensive list of JavaScript interfaces, that is, types of objects.
https://developer.mozilla.org/en-US/docs/Web/Reference/API
A wide variety of APIs to perform various useful tasks.
https://developer.mozilla.org/en-US/docs/WebAPI
APIs that allow Web apps and content to access device hardware (such as battery status or the device vibration hardware), as well as access to data stored on the device (such as the calendar or contacts list).
https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Whitespace_in_the_DOM
Article covering techniques and tips about the presence of whitespaces in the DOM.
Home > Computers > Programming > Languages > JavaScript > Reference
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us