Mental Model
A stack is a collection where you add and remove items only from the top, like a stack of plates.
Analogy: Imagine a stack of plates in your kitchen: you can only add a new plate on top or take the top plate off.
Top ↑ [ ] -> [ ] -> [ ] -> null Bottom