**Enumerations** (or "**Enum**"s) are a concept I first learned about when teaching myself [[TypeScript]]. An enumeration, in the broadest sense that I know to use the word, is a list of specified options which may be chosen. These may be represented by some underlying key, or simply a list of enumerated values. You can _enumerate_ through an _enumeration_.
****
# More
## Source
- [[Myself]]