You can also nest arrays within other arrays, like this: [["Bulls", 23], ["White Sox", 45]]. This is also called a Multi-dimensional Array.
[["Bulls", 23], ["White Sox", 45]]
Create a nested array called myArray.
myArray