13 · Environments & Packaging

JavaScript

The web’s main programming language

The language browsers run natively, and the base of Node.js on servers. Even when a project uses TypeScript, the runtime story is still JavaScript.

Concrete example

A browser console snippet or a Node script is JavaScript even if the repo’s source is mostly TypeScript.

Why it matters

The lingua franca behind most frontend and a huge share of backend tooling.