Glossary coding Term Page

const

the declaration keyword that locks a value so it cannot be reassigned

const #coding#javascript
Korean version

Related Concepts

Core Idea

const is the declaration keyword that locks a value so it cannot be reassigned. It usually makes the most sense alongside Runtime, Console, let.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept