var data = [['apples','red'], ["oranges", "orange"], ["bananas", "yellow"]];

List all first entries in array then all second ones

Second element is nested inside first element

Both elements are contained in a third element

Documentation: //bost.ocks.org/mike/nest/