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