Does anyone know why this gives an error? I have tried to do this for too long, and I cannot figure out how to understand it. These are errors with "it is impossible to read property 0 from undefined", but it is clearly defined. (or so I think)
var categorySix = [["test"]["test2"],["testing"]["one"],["two"]["three"]]; document.write(categorySix[0][0]);
source share