Glossary coding Term Page
BASE_URL
a shared prefix for API calls that you extract into a constant
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.