Mental Model
A stack is a collection where the last item added is the first one removed. This is called Last In, First Out (LIFO).
Analogy: Think of a stack of plates: you put new plates on top and take plates from the top only. The last plate you put is the first you take.
Top ↑ [3] [2] [1] Bottom