Hacker News new | past | comments | ask | show | jobs | submit login

Mozilla developer center? https://developer.mozilla.org/en/JavaScript/Guide

They even changed their design. I'm surprised nobody talked about it.




I know about the MDN docs, but:

- No offline version of the documentation.

- No distinction between Firefox-only features. (as others have mentioned)

- No mention of Chrome/Safari/IE-only features.

Are the MDN docs really seen as the 'canonical' reference to JavaScript or are they just the most accessible reference?


The MDN is of course specific to Mozilla.

If you are interested in the official standards, please have a look at my other comment where I summarized them:

http://news.ycombinator.com/item?id=2045151


That is more like an introductory tutorial. The docs are here - https://developer.mozilla.org/en/JavaScript/Reference

The frequency at which MDN docs are linked in StackOverflow JavaScript answers shows that people are getting more familiar with them. PromoteJS took off recently and it has helped too.


The trouble with Mozilla's docs is that they are really bad about distinguishing between cross-browser compatible JavaScript and Mozilla's own implementation. For example, the reference you linked there includes the let-statement. The only disclaimer in Mozilla's docs is that it's part of "JavaScript 1.7," which would lead you to believe it's part of a recent language standard that modern browsers are likely to support. In fact, "JavaScript 1.X" where X > 5 is code for "Firefox-only."




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: