← Back to Glossary

JavaScript

JavaScript (often abbreviated as JS) is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. Over 97% of websites use it client-side for web page behavior, often incorporating third-party libraries.

Core Features

JavaScript is a high-level, often just-in-time compiled language that conforms to the ECMAScript standard.

Modern JavaScript (ES6+)

Modern JS development often involves features introduced in ECMAScript 2015 (ES6) and later: