Glossary coding Term Page

Runtime

the environment that actually executes JavaScript

runtime #coding#javascript
Korean version

Related Concepts

Core Idea

Runtime is the environment that actually executes JavaScript. Browsers and Node.js are the big two. It usually makes the most sense alongside Console, const, let.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept