stack

A type of memory which is fixed in size and contains no mutable data types, but is faster than heap.

Intro to memory types (not part of course)
Stack - Last in, first out. Generated whenever a function is run. Usually at the top of the memory space and grows downward.
Used for smaller amounts of data