// myArray = [[1, 2, 3, 1], [4, 5, 6, 2], [7, 8, 9, 3]];
In CodeHS 8.1.5, "Manipulating 2D Arrays," the objective is typically to modify specific elements or rows within a 2D array (a list of lists) using nested loops or direct indexing. Codehs 8.1.5 Manipulating 2d Arrays
What is the you're trying to implement (e.g., "swap rows" or "change specific characters")? // myArray = [[1, 2, 3, 1], [4,