History of javaScript

 

History of javaScript

Who invents JavaScript?

JavaScript was invented by Brendan Eich 

The question is also when Brendan Eich invented it.

so Brendan Eich invented it in 1995

Brendan Eich
Brendan Eich

Developed initially for Netscape 2, it was standardized as ECMA-262 in the year 1997

Netscape 2 was released with javascript 1.0

the early development and standardization 

initially named “mocha”, the language was later renamed “LiveScript” and finally “JavaScript”

then due to its marketing alignment with Java popular language at the time in 1996, Netscape submitted javascript to the EMCA international standard organization for standardization. 

this led to the making of ECMAScript, with javascript.

What is now JavaScript beyond the browser?

Werver-side development with node.js: A JS runtime environment called Node.js allows developers to write server-side programs. This means that JavaScript can be used alone to create high-performance web applications. Node.js is used by businesses like Netflix and PayPal for their backend services.

Desktop Apps Done Differently: To create desktop apps that run on any operating system, frameworks like Electron mix HTML, CSS, and JavaScript. The capacity to create desktop applications using JavaScript is demonstrated by well-known programs like Slack and Discord.

Artificial Intelligence? JavaScript Does That As well: TensorFlow.js and other libraries are extending JavaScript’s capabilities to machine learning. Without learning a new language, developers can now train and deploy models directly in browsers or on Node.js servers, opening the door to intelligent apps.

JavaScript’s versatility is shown in these many contexts. It’s a potent tool that’s influencing software development across sectors, from servers to robotics.




Comments