Push multidimensionnel du tableau JavaScript

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