Glossary coding Term Page

let

the declaration keyword for values that should change

let #coding#javascript
Korean version

Related Concepts

Core Idea

let is the declaration keyword for values that should change, perfect for state updates. It usually makes the most sense alongside Runtime, Console, const.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept