1
00:00:00,360 --> 00:00:08,730
Let's have a look at a challenge that you are going to do and include create a function to check if

2
00:00:08,730 --> 00:00:12,240
a string includes a certain string.

3
00:00:12,570 --> 00:00:15,080
The function should take two arguments.

4
00:00:15,090 --> 00:00:22,020
The first argument is the string, and the second argument is a string to check if it's included, the

5
00:00:22,020 --> 00:00:27,420
function should return true if the string includes the string and force.

6
00:00:27,420 --> 00:00:32,910
If it does not so have a try and see how it can be about this.

7
00:00:32,910 --> 00:00:33,840
Then this video.

8
00:00:33,870 --> 00:00:35,370
I will show you my solution.

