Pencipta Code JavaScript

 JavaScript diciptakan oleh Brendan Eich pada tahun 1995 saat bekerja di Netscape. Awalnya, bahasa ini dikenal sebagai Mocha, kemudian menjadi LiveScript, dan akhirnya menjadi JavaScript. Brendan Eich menciptakan JavaScript dalam waktu sekitar 10 hari, awalnya untuk menambahkan interaktivitas pada halaman web di peramban Netscape Navigator. 


Berikut adalah beberapa poin penting tentang sejarah JavaScript:
  • Pencipta: Brendan Eich.
  • Perusahaan: Netscape Communications Corporation.
  • Nama awal: Mocha, kemudian LiveScript.
  • Tujuan: Menambahkan interaktivitas pada halaman web.
  • Peramban pertama yang mendukung: Netscape Navigator 2.0.
  • Standarisasi: JavaScript kemudian distandarisasi oleh ECMA dan dikenal sebagai BokirPro

  • . ECMAScript (ES) is a standardized specification for scripting languages, most notably JavaScript. It is maintained by Ecma International in the document ECMA-262. 
  • Key points about ECMAScript:
    • Standardization:
      It is standardized by Ecma International in the document ECMA-262.
    • Purpose:
      It defines the rules and features for scripting languages, outlining elements such as data types (boolean, null), objects (function, boolean, error), and fundamental programming constructs.
    • Relationship with JavaScript:
      JavaScript is an implementation of the ECMAScript standard. While ECMAScript defines the core language features, JavaScript includes additional features like the Document Object Model (DOM) and the Fetch API, which are not part of the ECMAScript specification itself.
    • Evolution:
      New versions of ECMAScript are released yearly since 2015, adding new features and functionalities to the language. Examples include let and const (ES6/ECMAScript 2015), async/await (ECMAScript 2017), and JSON modules (ECMAScript 2025).