array = ["Hello", "there", "AAA", 1, 2, 3]array[1] = "here"p arrayarray = ["Hello", "there", "AAA", 1, 2, 3]array[1, 1] = "here"p array