1
Answer

Arrays

Photo of Jon Morton

Jon Morton

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