Match the data type with its description and example:
Numbers ↔️ Numerical values used in calculations ||| 123, 3.14
Text ↔️ Strings of characters for names or addresses ||| "Hello World"
Booleans ↔️ True/false values ||| True, False
Arrays ↔️ Collections of items of the same type ||| [1, 2, 3, 4]