In 1995, A Netscape Employee Engineer Brendan Eich Wrote A Hack In 10 Days That Now Runs The Internet | Thirty Years Later, Javascript Is The Glue That Holds The Interactive Web Together, Warts And All.

Who created JavaScript and how it changed the web
Who created JavaScript and how it changed the web

It’s May 1995. Netscape’s offices in Mountain View hum with the frantic energy of a company racing to own the internet. The browser war is heating up. The web is still mostly static pages—text, links, and the occasional image. But inside a small cubicle, a quiet engineer named Brendan Eich is about to do something insane.

He’s been given a deadline: Build a programming language. In ten days.

Not a library. Not a framework. A full scripting language that can run inside a browser, make web pages respond to clicks, validate forms, and—eventually—power entire applications. And he’s doing it alone.

This is the origin story of JavaScript. The language that now runs on every major website, from Netflix to Gmail to your bank’s login page. The language that, in 2025, powers more than 98% of all websites on Earth.

But back then? It didn’t even have a name.


The Browser That Needed a Brain

Netscape Navigator was the iPhone of the mid-90s web. Sleek, fast, and everywhere. But it had a problem: the web was boring. Pages loaded. You read them. You clicked a link. Repeat.

Marc Andreessen, Netscape’s visionary co-founder, wanted more. He wanted interactivity. Buttons that reacted. Forms that checked themselves. Pages that felt alive.

So Netscape decided to add a scripting language to the browser. Something simple, something that looked familiar to Java developers (Java was the hot new thing), but that could run directly in the browser.

Enter Brendan Eich.

A math and computer science grad with a deep love for functional languages like Scheme, Eich had joined Netscape in April 1995. His original mission? To bring Scheme into the browser. But Netscape’s leadership had other plans.

They wanted Java’s syntax. They wanted something that felt familiar. And they wanted it fast.

So Eich did the impossible.


Ten Days That Shook the Web

Day 1 to 3: Syntax and structure.
Day 4 to 6: Core interpreter.
Day 7 to 10: Integration, testing, and survival.

In that sprint, Eich mashed together ideas from Scheme (functional programming), Self (prototypal inheritance), and Java (syntax) into something entirely new. He didn’t invent every concept, but he designed the language—its soul, its quirks, its DNA.

The first version was called Mocha. Then it became LiveScript. Then, in a joint marketing move with Sun Microsystems, it was rebranded as JavaScript—a name that would stick, despite the fact that it has almost nothing to do with Java.

And just like that, the web got a brain.


How JavaScript Actually Works (Without the Jargon)

Imagine a web page as a house.

HTML is the structure: walls, doors, windows.
CSS is the paint, furniture, and lighting.
JavaScript is the electricity, the smart home system, the voice that says, “Lights on.”

It runs inside your browser, reacts to clicks, scrolls, and keystrokes, and can talk to servers in the background. It’s what makes YouTube videos autoplay, lets you drag and drop files, and powers entire apps like Figma, Notion, and Slack—all inside a browser tab.

And it all started with one engineer, one browser, and one impossible deadline.


The Ripple Effect: From Browser Script to Global Empire

Fast-forward to today.

JavaScript is no longer just a browser toy. It runs on servers (Node.js), powers mobile apps (React Native), controls robots, and even runs inside smart TVs and cars.

It’s the most widely used programming language in the world. Millions of developers rely on it every day. And it all traces back to that 10-day sprint in 1995.

But here’s the twist: Eich didn’t stop there.

In 1998, he co-founded the Mozilla project, which later gave birth to Firefox. He helped shape the open web, fought against browser monopolies, and pushed for standards that made the internet more accessible.

Then, in 2015, he co-founded Brave Software and launched the Brave browser—a privacy-first browser that blocks ads and trackers by default, and rewards users with cryptocurrency for their attention.

In a way, Eich is still fighting the same battle: making the web faster, smarter, and more human.


A Day in the Life: What JavaScript Actually Does for You

Meet Priya, a 32-year-old teacher in Mumbai.

Every morning, she opens her browser. Her school’s learning platform loads instantly. She clicks a button to upload grades, and a progress bar appears. She gets a notification that a student submitted an assignment. She replies in a chat window that updates in real time.

None of that happens without JavaScript.

When she books a train ticket later that day, JavaScript validates her form, checks seat availability, and updates prices without reloading the page. When she watches a video on YouTube, JavaScript controls playback, ads, and recommendations.

JavaScript is invisible. But it’s everywhere.


The Aftermath: How the World Reacted

At first, many developers hated JavaScript. It was quirky. It had strange rules. It felt like a “toy language.”

But the web didn’t care. JavaScript spread like wildfire. Frameworks like jQuery, React, and Vue.js made it easier to build complex apps. Node.js let it run on servers. And suddenly, JavaScript wasn’t just for the browser—it was for everything.

Governments and enterprises took notice. Cybersecurity teams now spend millions defending against JavaScript-based attacks. Regulators debate how much power tech giants have over JavaScript-driven platforms. And developers everywhere debate its quirks in endless Reddit threads.


What’s Next: Could It Happen Again?

Could one engineer, in ten days, change the world again?

Maybe not in the same way. The web is too big, too complex. But the spirit of that 10-day miracle lives on.

Every time a developer builds a new framework, a new browser, or a new way to interact with the web, they’re standing on the shoulders of that one Netscape engineer who said, “Let’s make the web alive.”

So here’s the question we leave you with:

If the next JavaScript is already being written—somewhere, by someone, in a cubicle, a garage, or a dorm room—what will it look like? And will we even recognize it until it’s already running in our browsers?


FAQ

Who created JavaScript?
JavaScript was created by Brendan Eich, an American computer programmer, in May 1995 while working at Netscape Communications.

How long did it take to create JavaScript?
Brendan Eich developed the first version of JavaScript in just 10 days to meet Netscape Navigator’s release schedule.

What was JavaScript originally called?
JavaScript was first called Mocha, then renamed LiveScript, before finally becoming JavaScript in a joint announcement with Sun Microsystems.

Why is JavaScript so important?
JavaScript powers interactivity on nearly every modern website, from forms and buttons to full web apps like Gmail, YouTube, and social media platforms.

Is JavaScript the same as Java?
No. Despite the similar name, JavaScript and Java are completely different languages. JavaScript runs in browsers and is used for web interactivity; Java is typically used for desktop and enterprise applications.

What other projects is Brendan Eich known for?
Brendan Eich co-founded the Mozilla project (which led to Firefox) and later co-founded Brave Software, creators of the Brave browser and the Basic Attention Token (BAT).

Leave a comment

Your email address will not be published. Required fields are marked *