const arr = ["hello",100,"world"] as const // error:Cannot assign to '1' because it is a read-only property.(2540) arr[1] = 2