Logo

Developer learning path

JavaScript

History of JavaScript

History of JavaScript

91

#description

JavaScript is a scripting programming language, which was created by Netscape in May 1995 under the name of Mocha. At that time, the purpose of the language was to add interactivity to static HTML pages by allowing client-side scripting. In this way, the web developers could create dynamic web pages that responded to user input without requiring a round-trip to the server.

Later, the language was renamed to LiveScript, and finally, in December 1995, to JavaScript in a strategic partnership with Sun Microsystems, which was trying to push its Java programming language. JavaScript gained popularity and was adopted by other browsers besides Netscape, such as Microsoft's Internet Explorer, to make it the de-facto scripting language for web development.

As web development technologies advanced, JavaScript also evolved, with new features and stricter rules that made it easier to write high-quality code. Libraries such as jQuery, Angular, React, and Vue.js have helped make JavaScript more accessible by simplifying many of the complex tasks required for web development.

Today, JavaScript has become one of the most popular programming languages in the world and is used in a broad range of applications, including web and mobile app development, game development, server-side web development, and even desktop applications.

March 25, 2023

If you don't quite understand a paragraph in the lecture, just click on it and you can ask questions about it.

If you don't understand the whole question, click on the buttons below to get a new version of the explanation, practical examples, or to critique the question itself.