1
Answer

Arrays

Hello. I am trying to create an array with multiple types, like this: my_array = ["July", 346, "Bananas", 21.5, "Arrays"]; Is this possible? If not, how do you suggest i keep track of information with multiple types?

Answers (1)