TypeScript TS
JavaScript with static types — compiles to plain JS, catches bugs before runtime.
Microsoft, 2012. Now essentially the standard for serious JS development: React, Vue, Node, Next.js — all support TS. Strict mode + good types = a completely different developer experience than raw JS.