JavaScript: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:


* Are you looking for documentation about the JavaScript language? You probably want the [https://developer.mozilla.org/docs/Web/JavaScript Mozilla Developer Network] website.
Are you looking for documentation about the JavaScript language? You probably want the [https://developer.mozilla.org/docs/Web/JavaScript Mozilla Developer Network] website.


'''SpiderMonkey''' is the code name of Mozilla's JavaScript engine.
This is the project page for '''SpiderMonkey''', Mozilla's JavaScript engine.


* [[JavaScript/Roadmap|Feature Roadmap]]
* [[JavaScript/Roadmap|Feature Roadmap]]
Line 22: Line 22:


== Links ==
== Links ==
* [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Language_Resources ECMAScript language specifications]
* [[JavaScript:Home Page|Old JavaScript project page]]
* [[JavaScript:Home Page|Old JavaScript project page]]

Revision as of 04:38, 14 November 2013

Are you looking for documentation about the JavaScript language? You probably want the Mozilla Developer Network website.

This is the project page for SpiderMonkey, Mozilla's JavaScript engine.

Communication

  • To discuss SpiderMonkey embedding or the JS API, join the dev-tech-js-engine mailing list
  • To discuss SpiderMonkey's implementation, join the dev-tech-js-engine-internals mailing list
  • To discuss all things SpiderMonkey, join #jsapi on IRC
  • To discuss ECMAScript standards, join #jslang on IRC

New Contributors

Links