Using a basic array

If you want to start the dept at 0, then you can put in "" for the first element in the array.

Note that some documentation discourages the use of new Array and says use the square bracketts instead.