1
Answer

Arrays

Jon Morton

Jon Morton

19y
1.8k
1
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)