I just started a couple of weeks ago with javascript. How can I add or editing elements to this array:
var array = [["A1","B1","C1"],
["A2","B2","C2"],
["A3","B3","C3"],
["A4","B4","C4"],
["A5","B5","C5"],
["A1","B1","C1"],
["A2","B2","C2"],
["A3","B3","C3"],
["A4","B4","C4"],
];
For example, I want to add ["C1", "C2", "C3"]
or update the second line to ["Z1" , "Z2", "Z3"]