JavaScript has become one of the world's most popular programming languages. It was originally created to make web pages interactive and dynamic.
In early 1995, Brendan Eich worked at Netscape Communications and created a scripting language for web browsers.
The language went through several names before becoming JavaScript.
| Name | Period |
|---|---|
| Mocha | Initial Name |
| LiveScript | Second Name |
| JavaScript | Final Name |
JavaScript was first included in Netscape Navigator 2.0.
| Year | Event |
|---|---|
| 1995 | JavaScript created by Brendan Eich. |
| 1996 | JavaScript included in Netscape Navigator. |
| 1997 | ECMAScript standard introduced. |
| 2009 | Node.js released. |
| 2015 | ES6 introduced major improvements. |
| Present | JavaScript powers web, mobile, desktop and server applications. |
Different browsers needed a common standard for JavaScript.
ECMAScript was created to ensure that JavaScript works consistently across different browsers.
JavaScript became more powerful over time. Initially, it was mainly used to create simple interactive web pages.
Today, JavaScript is used to build websites, mobile applications, desktop software, games, and server-side applications.
Several frameworks and libraries have made JavaScript development faster and easier.
| Name | Purpose |
|---|---|
| React | Build user interfaces. |
| Angular | Develop large web applications. |
| Vue.js | Create interactive front-end applications. |
| Node.js | Run JavaScript on servers. |
| Express.js | Develop web applications and APIs. |
Modern JavaScript is used in many different areas of software development.
JavaScript is widely used to make websites interactive and user-friendly.
The following JavaScript program displays a message on a web page.
The document.write() method writes content directly to the HTML page.
Who developed JavaScript?