Glossary coding Term Page

BASE_URL

a shared prefix for API calls that you extract into a constant

base-url #coding#javascript
Korean version

Related Concepts

Core Idea

BASE_URL is a shared prefix for API calls that you extract into a constant. It usually makes the most sense alongside Destructuring assignment, Module.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept