Jump to content

Are all objects data types or only arrays?


webmanz

Recommended Posts

  • 2 years later...

Arrays can contain any type of element value but you can't store different types in a single array You can have an array of integers or an array of strings or an array of arrays, but you can't have an array that contains, for example, both strings and integers.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...