The article Creating Arrays in Your Programs explains how arrays work but it doesn't mention arrays of arrays.
I think it should cover how to create arrays of arrays, how to access them and the possibility of creating arrays of arrays where not all inner arrays have the same size (not rectangular).