Glossary coding Term Page

Browser runtime

the place where your code runs directly inside the browser without any extra install

browser-runtime #coding#javascript
Korean version

Related Concepts

Core Idea

Browser runtime is the place where your code runs directly inside the browser without any extra install. It usually makes the most sense alongside Asynchronous processing, Promise, fetch.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept