Skip to main content

Command Palette

Search for a command to run...

Why JS ?

Published
2 min read
Why JS ?
S

Just a fellow student !!

In the early days of the web, pages were static—just text and images, no real interaction. The internet was growing, but it lacked something crucial: interactivity. Then, in 1995, Netscape, the company behind the leading web browser at the time, saw an opportunity. They needed a lightweight scripting language that could run directly inside the browser. Enter Brendan Eich, a young programmer tasked with creating this language—in just ten days. The result was JavaScript.

At first, JavaScript was simple, built for small tasks like validating forms and creating basic effects. But it had one key advantage: it didn’t require any extra plugins. Unlike Java Applets and Flash, which needed separate installations and often ran slowly, JavaScript was embedded directly into browsers, making it fast, accessible, and easy to use.

Microsoft quickly took notice and implemented its own version in Internet Explorer, setting off a competition that led to the ECMAScript standardization in 1997. Over the years, browsers invested in powerful JavaScript engines like V8 (Chrome) and SpiderMonkey (Firefox), making it faster and more efficient.

As the internet evolved, so did JavaScript. It powered interactive websites, enabled dynamic web apps, and eventually expanded beyond the browser with Node.js (2009), turning it into a full-fledged programming language for both front-end and back-end development.

Today, JavaScript remains the only language natively supported by all browsers—a testament to its adaptability, accessibility, and the sheer momentum it has built over decades.

More from this blog

MERN notes

12 posts

I have been using mern stack for a long time and surely wanted a place to store my knowledge from many tutorials and webdocs.Surely I will do it through my blogs.