Back to list
Lv.1

JavaScript

JavaScript

A programming language for adding interactivity and complex features to web pages

In Simple Terms

JavaScript is a programming language for adding interactivity and complex features to web pages. By weaving it into a page that would otherwise just display static text and images, you can create rich, dynamic behavior that responds to what users do. Beyond powering full-fledged browser games and interactive map apps, it's also used to build server-side systems and smartphone apps.

Behind the Name

JavaScript went through a couple of name changes before it stuck — it started as 'Mocha,' then 'LiveScript,' before being renamed to 'JavaScript' to ride the wave of Java's massive popularity at the time. Despite the similar-sounding names, the two languages are completely unrelated — as different as ham and hamster.

Take a Closer Look!

JavaScript is a programming language that runs directly inside the web browsers we use every day.
When building a web page, you use HTML to structure the content and CSS to handle colors, layout, and other visual styling — but on their own, that gives you nothing more than a static poster.
Add JavaScript to the mix, and you can validate form inputs, fetch new data without reloading the page, and create rich, dynamic behavior that responds to what users do.

In the early days, it was mostly used for simple input validation and minor page updates.
But as the technology evolved, JavaScript became capable of powering full-fledged browser games and fluid, interactive map apps.

Today, its reach extends well beyond the browser — it's also used to build server-side systems and smartphone apps.
Developers around the world rely on JavaScript as the go-to language for bringing web pages to life.