JavaScript Reference

Is there a complete and updated and downloadable JavaScript JavaScript reference guide ??

+5
source share
2 answers

The closest part of the official documentation is the ECMA specification . JavaScript developers follow this specification.

However, the most widely used and permeable (reading the specification for quick reference can be complicated) is the JavaScript documentation on the Mozilla online documentation . It has a lot of information that is convenient for using JavaScript in a browser.

+9
source

JavaScript is not one, but the only possible guide. There are various things people collect under the name JavaScript:

  • ECMAScript
  • JavaScript, Mozilla, ECMA API
  • API, , W3C, DOM, API HTML5, , HTML5

Mozilla Developer Network.

+6

All Articles