1
00:00:01,110 --> 00:00:09,840
We're coming to a third challenge and the arrays and essays that create or write a function to reverse

2
00:00:09,840 --> 00:00:10,800
an array.

3
00:00:11,760 --> 00:00:17,250
The functions should take in an array and return in reverse order.

4
00:00:17,520 --> 00:00:24,510
So this function means you need to pass in an array and the array must be in a reverse order.

5
00:00:24,540 --> 00:00:32,460
Remember, we've talked about array, reverse, and then you talk about function and how you can pass

6
00:00:32,460 --> 00:00:34,050
a given to a function.

7
00:00:34,050 --> 00:00:37,500
So based on this logic, try your hand on it.

8
00:00:37,530 --> 00:00:41,790
Then this video I'm going to show you how I'm going to solve this particular challenge.

