About 6,380 results

JavaScript

High-level programming language
  1. JavaScript, created by Brendan Eich in 1995, has evolved significantly over the years. It became an ECMA standard in 1997, and the official name of the language is ECMAScript. The versions of ECMAScript are abbreviated as ES1, ES2, ES3, ES5, and ES6, with subsequent versions named by the year of release.

    Key Versions and Features

    ECMAScript 1 (1997)

    The first edition of ECMAScript, which laid the foundation for the language.

    ECMAScript 2 (1998)

    Introduced minor editorial changes.

    ECMAScript 3 (1999)

    Added several important features:

    • Regular expressions

    • try/catch for exception handling

    • switch case and do-while loops

    ECMAScript 5 (2009)

    A significant update that introduced:

    • Strict mode: Enforces stricter parsing and error handling of JavaScript code.

    • JSON support: Methods for parsing and stringifying JSON data.

    • New array methods: Array.isArray(), Array.forEach(), Array.map(), Array.filter(), Array.reduce(), and more.

    ECMAScript 2015 (ES6)

    A major update with numerous new features:

    • let and const: Block-scoped variable declarations.

    • Arrow functions: Shorter syntax for writing functions.

    • Classes: Syntactic sugar over JavaScript's prototype-based inheritance.

    • Template literals: Enhanced string literals with embedded expressions.

    • Default parameters: Allow function parameters to have default values.

    • Destructuring assignment: Unpack values from arrays or properties from objects into distinct variables.

    • Modules: import and export statements for modular code.

    • Promises: Simplified handling of asynchronous operations.

  1. JavaScript - Wikipedia

    Both languages first appeared in 1995, but Java was developed by James Gosling of Sun Microsystems and JavaScript by Brendan Eich of Netscape …

  2. History of JavaScript - GeeksforGeeks

    • See More

    Jul 27, 2025 · The initial version of JavaScript was basic and lacked many modern features we now use. Although limited in functionality, the first version of JavaScript was still revolutionary for web …

  3. JavaScript - Versions - Online Tutorials Library

    JavaScript was developed by Brendan Eich in 1995. It was standardized in 1997 by European Computer Manufacturers Association (ECMA) and officially known as ECMAScript. The first version of the …

  4. The Evolution of JavaScript: From Inception to Modern …

    Aug 7, 2024 · The first version of the ECMAScript (ES) standard, ES1, was released in 1997, providing a standardized specification for the language. This helped …

  5. JavaScript versions: How JavaScript has changed over …

    May 27, 2025 · Initially named Mocha, then briefly LiveScript, JavaScript emerged in 1995 as a tool for adding dynamic elements to static web pages. In collaboration …

  6. People also ask
    Loading
    Unable to load answer
  7. JavaScript/History of JavaScript - Wikibooks

    Sep 18, 2024 · JavaScript was first introduced and deployed in the Netscape browser version 2.0B3 in December of 1995. When JavaScript was added to Internet Explorer, it had to be officially called …

  8. 5 History and evolution of JavaScript - Exploring JS

    Nov 30, 2023 · JavaScript was created in May 1995 in 10 days, by Brendan Eich. Eich worked at Netscape and implemented JavaScript for their web browser, Netscape Navigator. The idea was that …

  9. JavaScript History - W3Schools

    JavaScript was invented by Brendan Eich in 1995. It was developed for the Netscape browser, and then handed over to ECMA and became the ECMA-262 standard in 1997.

  10. Master the Art of JavaScript History: A Beginner's Tutorial Guide by ...

    1, Javascript programming languages were designed by Brendan Eich 2, Javascript ECMAScript 1 (1997) or ES1 Version Release on 1997 is the first version or Edition of javascript