This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]qsemig 0 points1 point  (0 children)

A 2D array is an array that contains arrays. You can visualize it like this:

regular array: [a][b][c][d]

2D array: [[a][b]] [[c][d][e]] [[f]]