Creates a copy of the specified array of items with the items reversed.
items
Type of item in the specified items array.
Array of items to reverse order.
Array of items with items reversed.
Use the toReversed built-in method on arrays.
Creates a copy of the specified array of
itemswith the items reversed.