How is GameObject[,,] different than GameObject[]?

Hi,

How is GameObject[,,] different than GameObject[]? I am familiar with the latter, but have not seen it with the commas before. I tried googling, looking it up in the Unity database and on the forum, but haven’t been able to find any info.

Thanks

The first is a 3-dimensional array, the second is just an array