JavaScript

JavaScript is a programming language that (almost) all web browsers understand. It’s the main language used for client-side scripting: adding logic and commands into a web page to get it to do stuff.

It’s used in other places (like server-side code, inside Flash movies etc.), but it started life as a lightweight script for the web. It’s compact and fairly easy to learn, similar in style to other languages like C and PHP.