Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 2.22 KB

01-What-is-javascript.md

File metadata and controls

26 lines (16 loc) · 2.22 KB

What is JavaScript?

JavaScript is a programming language that used to make websites more fun and interactive. It lets website creators add things like moving images, clickable buttons, and other features that make websites more interesting and easy to use. JavaScript code is executed by web browsers and can be used for both front-end development (what users see and interact with on a website) and back-end development (server-side operations).

JavaScript was first created in 1995 by Brendan Eich while he was working at Netscape. Initially, it was called Mocha, but later it was renamed to LiveScript and then to JavaScript. Despite its name, JavaScript has little to do with the Java programming language.

In summary, JavaScript is a programming language that enables developers to add interactivity and dynamic features to websites, making them more engaging and user-friendly.

History and Evolution of JavaScript

JavaScript has a rich history that spans more than two decades. Here are some key milestones in the evolution of this popular programming language:

  • In 1995, JavaScript was created by Brendan Eich while he was working at Netscape Communications Corporation. It was initially called Mocha, then LiveScript, and finally JavaScript.

  • In 1996, Microsoft created JScript, a version of JavaScript for Internet Explorer.

  • In 1997, the ECMAScript standard was created to standardize the syntax and meaning of JavaScript.

  • In 2005, Jesse James Garrett coined the term Ajax, which used JavaScript to make web pages more interactive and dynamic.

  • In 2009, the ECMAScript 5 (ES5) standard was released, which added new features to the language.

  • In 2015, the ECMAScript 6 (ES6) standard was released, which introduced major new features such as classes, arrow functions, and template literals.

    New versions of the ECMAScript standard are released every year, adding new features and improvements to the language.


JavaScript is now one of the most popular programming languages in the world, used for web development, mobile app development, and desktop app development. Its evolution has been shaped by the needs of developers and changes in web development over time.