1
00:00:01,340 --> 00:00:05,390
Let's have a coding challenge and slicing.

2
00:00:05,810 --> 00:00:07,390
So what is the challenge?

3
00:00:07,400 --> 00:00:09,090
Let me pass it here for you.

4
00:00:09,110 --> 00:00:10,430
And now here you go.

5
00:00:11,150 --> 00:00:15,250
Create a function to slice a string into substring.

6
00:00:15,250 --> 00:00:17,480
String the functions we take to agreement.

7
00:00:17,510 --> 00:00:20,060
The first argument is a string and a second argument.

8
00:00:20,060 --> 00:00:24,290
The number of how to slice the functions return a substring of the string.

9
00:00:24,650 --> 00:00:25,430
Perfect.

10
00:00:25,430 --> 00:00:29,800
So it means that that function should take to argument.

11
00:00:29,810 --> 00:00:35,750
The first one is a string that I want to slice, and then the starting point where you want to start

12
00:00:35,750 --> 00:00:38,810
slicing from that is the endpoint.

13
00:00:38,840 --> 00:00:43,250
Okay, so let's try it out and see what we can do, the guys.

