JavaScript Array Multimemension Tush

//Push new array value based on position
arr[1].push('Value1', 'Value2');
Doubtful Dunlin