1. Number - Any number, including decimals
2. String - Any grouping of characters surrounded by quotes
3. Boolean - True or False
4. Null - Intentional absence of a value (keyword, no quotes)
5. Undefined - Different term for absence of a value (keyword, no quotes)
6. Symbol - Unique identifiers useful in complex coding.
7. Object - Collections of related data. More complex than the other six "primitive" types.