Outline of the JavaScript programming language

The following outline is provided as an overview of and topical guide to JavaScript:

JavaScript (JS) is a programming language and core technology of the Web, alongside HTML and CSS. It was created by Brendan Eich in 1995. As of 2025, the overwhelming majority of websites (98.9%) uses JavaScript on the client side for webpage behavior.

What type of language is JavaScript?

  • Programming language — artificial language designed to communicate instructions to a machine, particularly a computer.
    • High-level programming language — a programming language with strong abstraction from the details of the computer, such as having words, making it closer to natural language and easier to use than low level programming languages (which are much more cryptic).

History of JavaScript

History of JavaScript

Javascript fundamentals

Issues and limitations

Specifications of the language

  • ECMAScript – this specification defines and standardizes the JavaScript language, such as its vernacular, syntax, and so on.

Where JavaScript works (its runtime environments)

JavaScript works primarily in two main types of runtime environments:

Adaptive web design

Adaptive web design

JavaScript toolchain

Libraries

Package managers

Bundlers

Transpilers

Linters and formatters

Testing tools

Build and development tools

General JavaScript concepts

JavaScript organizations

JavaScript publications

Books about JavaScript

JavaScript programmers

See also

Outlines of other programming languages

References

  1. ^ "What do client side and server side mean? | Client side vs. server side". Cloudflare.

Free learning resources