About 24,100 results
Open links in new tab
  1. Guidelines for writing JavaScript code examples - MDN Web Docs

    Aug 3, 2025 · The following guidelines cover writing JavaScript example code for MDN Web Docs. This article is a list of rules for writing concise examples that will be understandable by as many people as …

  2. JavaScript Style Guide - W3Schools

    This page describes the general JavaScript code conventions used by W3Schools. You should also read the next chapter "Best Practices", and learn how to avoid coding pitfalls.

  3. ECMAScript - Wikipedia

    It is best known as a JavaScript standard intended to ensure the interoperability of web pages across different web browsers. [2] It is standardized by Ecma International in the document ECMA-262.

    Missing:
    • Standards
    Must include:
  4. ECMA-262 - Ecma International

    This Standard defines the ECMAScript 2025 general-purpose programming language. Kindly note that the normative copy is the HTML version; the PDF version has been produced to generate a printable …

  5. Google JavaScript Style Guide - GitHub

    This document serves as the complete definition of Google’s coding standards for source code in the JavaScript programming language. A JavaScript source file is described as being in Google Style if …

  6. JavaScript Standard Style

    All popular code minifiers in use today use AST-based minification, so they can handle semicolon-less JavaScript with no issues (since semicolons are not required in JavaScript).

  7. JavaScript Standards Update: What’s New in ECMAScript 2025

    Aug 7, 2025 · JavaScript continues its annual momentum with new developer friendly features in the latest version of ECMAScript, due to arrive soon.

  8. JavaScript - MDN Web Docs

    Oct 2, 2025 · The standards for JavaScript are the ECMAScript Language Specification (ECMA-262) and the ECMAScript Internationalization API specification (ECMA-402). As soon as one browser …

    Missing:
    • Standards
    Must include:
  9. JavaScript | Style Guide and Coding Conventions - GeeksforGeeks

    Dec 20, 2025 · The JavaScript style guidelines are directions to regulate programming in javascript. These coding prescription are beneficiary to write code in javascript without any syntactical errors. It …

  10. JavaScript Versions - W3Schools

    ECMAScript is the official name of the JavaScript standard. JavaScript was invented by Brendan Eich in 1995 and became an ECMA standard in 1997. The firs ECMAScript versions was abbreviated by …