0
print: javascript: for(i=0,i<array.length,i++) { console.log(array[i]);}
add: javascript: array.push(['value'] <-adds element to the end of array
I gues this was the code you where searching for but Im not shure cause i've never heard about 2d arrays