[ ["apples", 2], ["oranges", 9] ]
This list has 2 elements; each of those lists have 2 also.
Is the above equal to
["apples", 2, "oranges", 9]?