| description | Primitive types |
|---|
{% hint style="info" %} SNOBUNS {% endhint %}
| String | anything inside of “ ” |
| ****Number**** | integers, floats, etc. |
| Object | collection of data in “key: value” pairs |
| Boolean | true or false |
| Undefined | a variable that is declared but has not been given a value |
| Null | no value |
| Symbol | a unique value that is not equal to any other value (introduced in ES6) |