Mapping functionsListReverseOn this pageList: Reverse Reverse the order of elements in an input list. ExampleInput: [1, 2, 3, 4]Output: [4, 3, 2, 1] Parameters This function has no parameters. Input Array—REQUIREDList to reverse (Array or JSON array). Output ResultThe reversed list.