## Creating Mixed-Type Collections Instead of a typed array, use an object (or dictionary/map) to store items of different data types, like numbers and strings. Objects use key-value pairs, allowing values of any type, which provides the flexibility needed for mixed-type data.