Runtime
The environment that runs your code — handles memory, threads, I/O, garbage collection.
Node.js, Deno, Bun (JS runtimes). JVM (Java/Kotlin/Scala). .NET CLR. Different from a language: the same JS code runs in Node, Deno, browser — different runtimes with different APIs.