JavaScript: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
(nuke the old content)
 
(14 intermediate revisions by 6 users not shown)
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 JavaScript site].


* Are you looking for documentation about the JavaScript language? You probably want the [https://developer.mozilla.org/docs/Web/JavaScript Mozilla Developer Network] website.
For SpiderMonkey, the JavaScript engine that powers Firefox, see [https://spidermonkey.dev/ SpiderMonkey.dev].
 
'''SpiderMonkey''' is the code name of Mozilla's JavaScript engine.
 
* [[JavaScript/Roadmap|Feature Roadmap]]
* [[JavaScript:Home Page|List of JS project pages]]
 
== Communication ==
 
* To discuss SpiderMonkey embedding or the JS API, join the [https://lists.mozilla.org/listinfo/dev-tech-js-engine dev-tech-js-engine] mailing list
* To discuss SpiderMonkey's implementation, join the [https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals dev-tech-js-engine-internals] mailing list
* To discuss all things SpiderMonkey, join '''#jsapi''' on [https://wiki.mozilla.org/IRC IRC]
* To discuss ECMAScript standards, join '''#jslang''' on [https://wiki.mozilla.org/IRC IRC]
 
== New Contributors ==
 
* [https://wiki.mozilla.org/JavaScript:New_to_SpiderMonkey "So you're new to SpiderMonkey"] is a guide for new contributors
* [https://wiki.mozilla.org/JavaScript:SpiderMonkey:Coding_Style SpiderMonkey coding style guide]
* [https://wiki.mozilla.org/JavaScript:Hackers JavaScript engine hackers and areas of expertise]
* [https://developer.mozilla.org/docs/Mozilla/Projects/SpiderMonkey MDN's SpiderMonkey C++ documentation]
 
== Links ==
* [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Language_Resources ECMAScript language specifications]
* [[JavaScript:Home Page|Old JavaScript project page]]

Latest revision as of 20:46, 27 April 2021

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

For SpiderMonkey, the JavaScript engine that powers Firefox, see SpiderMonkey.dev.