This code shows how to reverse the order of elements in an array.
This concatenated q3 and q4, make a new array, last_part. Concat always returns a new array, it does not add elements to an existing array the way << does.
This code shows how to concatenate two arrays using '+' operator and '<<' operator.