Search code examples
javascriptmanualdocuments

JavaScript documentations and reference?


I am having a lot of trouble finding a comprehensive set of documentation on javascript. I am in the market for something that illustrates all of the members, methods, and data types that one would encounter in regular javascript programming. For example, window, document, canvas, etc?

I can find lots of different tutorials for lots of different scenarios, and partial docs for some items, but I am really in the market for actual programmer docs / manuals. Does anyone know of a place on the web where I can find this? Should I buy a book?


Solution

  • I would suggest MDN - Mozilla Developer Network and JavaScript Garden.

    Another great source of informations in the form of book is Eloquent JavaScript - A Modern Introduction to Programming by Marijn Haverbeke.