Int 1 before: 1 Int 2: 2 Int 1 after: 1 String 1 before: hello String 2: there String 1 after: hello Array 1 before: one two Array 2: alpha two three Array 1 after: one two Hash 1 before: banana = yellow, apple = red, Hash 2: cherry = red, apple = green, grape = purple, Hash 1 after: banana = yellow, apple = red,