Constant

Constant – the name of the location in the program’s memory where a piece of data is stored. Unlike variables, a constant’s value cannot be changed.

Example: const name = Gloria

People don’t normally change their names, thus names are “constant” values.