Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JavaScript Language Reference Manual [closed]

Tags:

javascript

Is there a complete and a most updated and downloadable JavaScript Language Reference Manual!?

like image 863
Arash Avatar asked Aug 30 '12 05:08

Arash


1 Answers

The closest thing to an official documentation is the ECMA specification. Implementors of JavaScript follow this specification.

However, the most widely used and penetrable (reading the spec for quick reference can be daunting) documentation is JavaScript at Mozilla Documentation Network. It has a lot of information that is handy for using JavaScript in the browser too.

like image 91
alex Avatar answered Oct 20 '22 19:10

alex