🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › JavaScript › Reference
JavaScript reference - JavaScript | MDN
The JavaScript reference serves as a repository of facts about the JavaScript language. The entire language is described here in detail. As you write JavaScript code, you'll refer to these pages often (thus the title "JavaScript reference").
🌐
MDN
developer.mozilla.org.cach3.com › en-US › docs › Web › JavaScript › Reference › About
About this reference - JavaScript - Mozilla Developer Network
Please note, this is a STATIC archive ... there is no "phishing" involved. ... The JavaScript reference serves as a repository of facts about the JavaScript language....
🌐
Mozilla
developer.mozilla.org › en-US › docs › Web › JavaScript › Guide
JavaScript Guide - MDN Web Docs - Mozilla
The JavaScript Guide shows you how to use JavaScript and gives an overview of the language. If you need exhaustive information about a language feature, have a look at the JavaScript reference.
🌐
Unibo
lia.disi.unibo.it › materiale › JS › developer.mozilla.org › en-US › docs › Web › JavaScript › Reference.html
JavaScript reference - JavaScript | MDN
Provides a statement with an identifier that you can refer to using a break or continue statement. ... Extends the scope chain for a statement. This chapter documents all the JavaScript expressions and operators.
🌐
Unibo
lia.disi.unibo.it › materiale › JS › developer.mozilla.org › en-US › docs › Web › JavaScript › Reference › About.html
About this reference - JavaScript | MDN
The JavaScript reference serves as a repository of facts about the JavaScript language. The entire language is described here in detail. As you write JavaScript code, you'll refer to these pages often (thus the title "JavaScript reference"). ...
🌐
JavaScript.info
javascript.info › tutorial › the javascript language › an introduction
Manuals and specifications
You can find it at https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference.
Find elsewhere
🌐
daily.dev
daily.dev › home › blog › get into tech › mozilla javascript: a comprehensive guide
Mozilla JavaScript: A Comprehensive Guide
December 22, 2025 - Here’s what you can find there: JavaScript Guide - A deep dive into JavaScript’s core bits and pieces. JavaScript Reference - A go-to spot for looking up JavaScript bits like objects and functions.
🌐
MDN
developer.mozilla.org.cach3.com
Mozilla Developer Network
Mozilla Developer Network · Web APIs & DOM · HTML · CSS · JavaScript · more... Learning web development · Getting started with the Web · Learn HTML · Learn CSS · Learn JavaScript · Page Inspector · Web Console · JavaScript Debugger · Performance Tools ·
🌐
Mozilla
developer.mozilla.org › en-US
MDN Web Docs
February 16, 2026 - Documenting CSS, HTML, and JavaScript, since 2005.
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Learn_web_development › Core › Scripting
Dynamic scripting with JavaScript - Learn web development | MDN
February 1, 2025 - JavaScript is a huge topic, with so many different features, styles, and techniques to learn, and so many APIs and tools built on top of it. This module focuses on the essentials of the core language, plus some key surrounding topics — learning these topics will give you a solid basis to ...
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Mozilla › Add-ons › WebExtensions › API
JavaScript APIs - Mozilla - MDN Web Docs
July 17, 2025 - function logCookie(c) { console.log(c); } function logError(e) { console.error(e); } let setCookie = browser.cookies.set({ url: "https://developer.mozilla.org/" }); setCookie.then(logCookie, logError);
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › JavaScript › Reference › Functions
Functions - JavaScript - MDN Web Docs
For a quick reference: ... In this example, the num variable is called the function's parameter: it's declared in the parenthesis-enclosed list of the function's definition. The function expects the num parameter to be a number — although this is not enforceable in JavaScript without writing ...
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › JavaScript › Reference › JavaScript_technologies_overview
JavaScript technologies overview - JavaScript | MDN
Engine262, written in JavaScript and intended essentially as a reference implementation of the language. Meta's Hermes, optimized for React Native. Mozilla's Rhino, written in Java.
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › JavaScript › Reference › Global_Objects
Standard built-in objects - JavaScript - MDN Web Docs
This chapter documents all of JavaScript's standard, built-in objects, including their methods and properties. The term "global objects" (or standard built-in objects) here is not to be confused with the global object. Here, "global objects" refer to objects in the global scope.
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Glossary › JavaScript
JavaScript - Glossary - MDN Web Docs
October 27, 2025 - JavaScript is primarily used in the browser, enabling developers to manipulate webpage content through the DOM, retrieve content from servers using the fetch() API, store complex data using IndexedDB, draw graphics with canvas, interact with the device running the browser through various APIs, and more.
🌐
GitHub
github.com › mdn
MDN Web Docs · GitHub
Data and tools related to MDN Web Docs (formerly Mozilla Developer Network, formerly Mozilla Developer Center...) ... MDN Web Docs is an open-source, collaborative project that documents web platform technologies, including CSS, HTML, JavaScript, and Web APIs.